Gets or sets a value that indicates whether the validation is running for a particular criteria.
네임스페이스: Microsoft.MasterDataServices.Services.MessageContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.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 validation is running; otherwise, false.
참고 항목
참조
Microsoft.MasterDataServices.Services.MessageContracts 네임스페이스