Свойство ValidationGetResponse.IsRunning
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