Gets or sets the status.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
<Output> Public Property Status As String |
C# |
---|
[Output] public string Status { get; set; } |
C++ |
---|
[Output] public property string Status sealed { String get(); void set(String value); } |
J# |
---|
/** @attribute Output() */ /** property */ public string get_Status(); /** property */ public void set_Status(string value); |
JScript |
---|
public function get Status() : String public function set Status(value : String); |
Property Value
The status of the service.
See Also
Documentation version 1.0.0.0.