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.
Gets or sets the status of the validation process at any given moment during the validation process.
public:
property Microsoft::MasterDataServices::ValidationStatus Status { Microsoft::MasterDataServices::ValidationStatus get(); void set(Microsoft::MasterDataServices::ValidationStatus value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.ValidationStatus Status { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Status : Microsoft.MasterDataServices.ValidationStatus with get, set
Public Property Status As ValidationStatus
Property Value
One of the values of ValidationStatus. Possible values are AwaitingDependentMemberRevalidation, AwaitingLevelRecalculation, AwaitingRevalidation, NewAwaitingValidation, Validating, ValidationFailed, and Validation Succeeded.
- Attributes