ValidationSummaryItem.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The status associated with the member count.
public:
property Microsoft::MasterDataServices::Services::DataContracts::ValidationStatus Status { Microsoft::MasterDataServices::Services::DataContracts::ValidationStatus get(); void set(Microsoft::MasterDataServices::Services::DataContracts::ValidationStatus value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.ValidationStatus Status { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Status : Microsoft.MasterDataServices.Services.DataContracts.ValidationStatus with get, set
Public Property Status As ValidationStatus
Property Value
The status associated with the member count.
- Attributes