The name of the default attribute of the RootTag. The value is "created"
, and the attribute will contain a local time stamp. This field is constant and read-only.
Namespace:
MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public const CREATED_ATTRIBUTE As String = "created" |
C# |
---|
public const string CREATED_ATTRIBUTE = "created"; |
C++ |
---|
public: const String CREATED_ATTRIBUTE = L"created"; |
J# |
---|
public const string CREATED_ATTRIBUTE = "created" |
JScript |
---|
public const CREATED_ATTRIBUTE : String = "created"; |
See Also