다음을 통해 공유


IsRunning 속성

Gets or sets a value indicating whether the process is running.

네임스페이스:  Microsoft.MasterDataServices.Services.MessageContracts
어셈블리:  Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)

구문

‘선언
<MessageBodyMemberAttribute> _
Public Property IsRunning As Boolean
    Get
    Set
‘사용 방법
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)

속성 값

유형: System. . :: . .Boolean
true if the process is running; otherwise, false.