VersionFlag.AssignedVersionId Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the identifier of the version the version flag is or should be associated with.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(IsRequired = false)]
public Identifier AssignedVersionId { get; set; }
public:
[DataMemberAttribute(IsRequired = false)]
property Identifier^ AssignedVersionId {
    Identifier^ get();
    void set(Identifier^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
member AssignedVersionId : Identifier with get, set
<DataMemberAttribute(IsRequired := False)>
Public Property AssignedVersionId As Identifier

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier

The identifier of the version the version flag is or should be associated with.

See Also

VersionFlag Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top