共用方式為


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.