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 ID of the version the version flag is or should be associated with.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property AssignedVersionId As Identifier
Get
Set
'Usage
Dim instance As VersionFlag
Dim value As Identifier
value = instance.AssignedVersionId
instance.AssignedVersionId = value
[DataMemberAttribute]
public Identifier AssignedVersionId { get; set; }
[DataMemberAttribute]
public:
property Identifier^ AssignedVersionId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute>]
member AssignedVersionId : Identifier with get, set
function get AssignedVersionId () : Identifier
function set AssignedVersionId (value : Identifier)
Property Value
Type: Microsoft.MasterDataServices.Identifier
A new instance of type Identifier.