Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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