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