Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property AssignedVersionId As Identifier
Get
Set
'Usage
Dim instance As VersionFlag
Dim value As Identifier
value = instance.AssignedVersionId
instance.AssignedVersionId = value
[DataMemberAttribute(IsRequired = false)]
public Identifier AssignedVersionId { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property Identifier^ AssignedVersionId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
member AssignedVersionId : Identifier with get, set
function get AssignedVersionId () : Identifier
function set AssignedVersionId (value : 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
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace