Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the status associated with the count.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Status As ValidationStatus
Get
Set
'Usage
Dim instance As ValidationSummaryItem
Dim value As ValidationStatus
value = instance.Status
instance.Status = value
[DataMemberAttribute]
public ValidationStatus Status { get; set; }
[DataMemberAttribute]
public:
property ValidationStatus Status {
ValidationStatus get ();
void set (ValidationStatus value);
}
[<DataMemberAttribute>]
member Status : ValidationStatus with get, set
function get Status () : ValidationStatus
function set Status (value : ValidationStatus)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.ValidationStatus
The status associated with the count.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace