Version.VersionStatus Property

Definition

Gets or sets the current status of the version.

public:
 property Microsoft::MasterDataServices::VersionStatus VersionStatus { Microsoft::MasterDataServices::VersionStatus get(); void set(Microsoft::MasterDataServices::VersionStatus value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.VersionStatus VersionStatus { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.VersionStatus : Microsoft.MasterDataServices.VersionStatus with get, set
Public Property VersionStatus As VersionStatus

Property Value

One of the values of VersionStatus. Possible values are Committed, Locked, Open, or NotSpecified.

Attributes

Applies to