Gets or sets a value that indicates whether the time represented by this instance is based on local time, Coordinated Universal Time (UTC), or neither.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
<Output> Public Property Kind As String |
C# |
---|
[Output] public string Kind { get; set; } |
C++ |
---|
[Output] public property string Kind sealed { String get(); void set(String value); } |
J# |
---|
/** @attribute Output() */ /** property */ public string get_Kind(); /** property */ public void set_Kind(string value); |
JScript |
---|
public function get Kind() : String public function set Kind(value : String); |
Remarks
Possible values are:
See Also
Documentation version 1.0.0.0.