VersionStatusFlags Enumeration

 

Specifies which VersionStatus type or types to retrieve in GetVersion() calls.

Namespace:   Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Syntax

[SerializableAttribute]
[FlagsAttribute]
public enum VersionStatusFlags
[SerializableAttribute]
[FlagsAttribute]
public enum class VersionStatusFlags
[<SerializableAttribute>]
[<FlagsAttribute>]
type VersionStatusFlags
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration VersionStatusFlags

Members

Member name Description
All

The combination of all Version Status flags.

Committed

The version's member data has been approved and cannot be changed.

Locked

The version is locked for review and member data cannot be changed except by an administrator.

Open

The version is open for member data to be changed.

See Also

Microsoft.MasterDataServices.Deployment Namespace

Return to top