EntityMemberAnnotationsGetRequest.VersionId Property

 

Gets or sets the GUID or the exact Name of a Model Version.

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

Syntax

[MessageBodyMemberAttribute]
public Identifier VersionId { get; set; }
public:
[MessageBodyMemberAttribute]
property Identifier^ VersionId {
    Identifier^ get();
    void set(Identifier^ value);
}
[<MessageBodyMemberAttribute>]
member VersionId : Identifier with get, set
<MessageBodyMemberAttribute>
Public Property VersionId As Identifier

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier

Identifier.

See Also

EntityMemberAnnotationsGetRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top