Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.