ModelReader.VersionId Property

Gets or sets the identifier of the version of the model specified by ModelId that this object will be referencing.

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Syntax

'Declaration
Public Property VersionId As Identifier
    Get
    Set
'Usage
Dim instance As ModelReader
Dim value As Identifier

value = instance.VersionId

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier
A new instance of type Identifier.