Udostępnij za pośrednictwem


Właściwość ValidationGetResponse.IsRunning

Pobiera lub ustawia wartość wskazującą, czy proces jest uruchomiony.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.MessageContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<MessageBodyMemberAttribute> _
Public Property IsRunning As Boolean
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Boolean
TRUE , jeśli proces jest uruchomiony; w przeciwnym razie false.