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.
Gets or sets the current validation status of the version's member data.
public:
property Microsoft::MasterDataServices::VersionValidationStatus ValidationStatus { Microsoft::MasterDataServices::VersionValidationStatus get(); void set(Microsoft::MasterDataServices::VersionValidationStatus value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.VersionValidationStatus ValidationStatus { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ValidationStatus : Microsoft.MasterDataServices.VersionValidationStatus with get, set
Public Property ValidationStatus As VersionValidationStatus
Property Value
One of the values of VersionValidationStatus. Possible values are NotSpecifed, Validated, and NotValidated.
- Attributes