Share via


EntityStagingProcessRequest.VersionId Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

'Declaration
<MessageBodyMemberAttribute> _
Public Property VersionId As Identifier 
    Get 
    Set
'Usage
Dim instance As EntityStagingProcessRequest 
Dim value As Identifier 

value = instance.VersionId

instance.VersionId = value
[MessageBodyMemberAttribute]
public Identifier VersionId { get; set; }
[MessageBodyMemberAttribute]
public:
property Identifier^ VersionId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<MessageBodyMemberAttribute>]
member VersionId : Identifier with get, set
function get VersionId () : Identifier 
function set VersionId (value : Identifier)

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the model version.

See Also

Reference

EntityStagingProcessRequest Class

Microsoft.MasterDataServices.Services.MessageContracts Namespace