Proprietà IsRunning
Gets or sets a value indicating whether the process is running.
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property IsRunning As Boolean
Get
Set
'Utilizzo
Dim instance As ValidationGetResponse
Dim value As Boolean
value = instance.IsRunning
instance.IsRunning = value
[MessageBodyMemberAttribute]
public bool IsRunning { get; set; }
[MessageBodyMemberAttribute]
public:
property bool IsRunning {
bool get ();
void set (bool value);
}
[<MessageBodyMemberAttribute>]
member IsRunning : bool with get, set
function get IsRunning () : boolean
function set IsRunning (value : boolean)
Valore proprietà
Tipo: System. . :: . .Boolean
true if the process is running; otherwise, false.
Vedere anche