Version.ValidationStatus 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.
Specifies the cumulative business rule evaluation status of the version.
public:
property Microsoft::MasterDataServices::Services::DataContracts::VersionValidationStatus ValidationStatus { Microsoft::MasterDataServices::Services::DataContracts::VersionValidationStatus get(); void set(Microsoft::MasterDataServices::Services::DataContracts::VersionValidationStatus value); };
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public Microsoft.MasterDataServices.Services.DataContracts.VersionValidationStatus ValidationStatus { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false)>]
member this.ValidationStatus : Microsoft.MasterDataServices.Services.DataContracts.VersionValidationStatus with get, set
Public Property ValidationStatus As VersionValidationStatus
Property Value
The cumulative business rule evaluation status of the version.
- Attributes