ValidationSummaryItem.Status Property

 

Applies To: SQL Server 2016 Preview

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

[DataMemberAttribute]
public ValidationStatus Status { get; set; }
public:
[DataMemberAttribute]
property ValidationStatus Status {
    ValidationStatus get();
    void set(ValidationStatus value);
}
[<DataMemberAttribute>]
member Status : ValidationStatus with get, set
<DataMemberAttribute>
Public Property Status As ValidationStatus

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.ValidationStatus

The status associated with the count.

See Also

ValidationSummaryItem Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top