Version.VersionFlagId Property

Definition

Gets or sets the version flag to which this version is linked.

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

Property Value

A new instance of type Identifier.

Attributes

Remarks

The VersionFlagId property is optional.

Many external systems refer to the version by the version flag to isolate them from changes to a different version. This does require MDM administrators to change version flag assignments.

Applies to