ModelReader.ModelId Property
Gets or sets the identifier of the model that this object will be referencing.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
Public Property ModelId As Identifier
Get
Set
'Usage
Dim instance As ModelReader
Dim value As Identifier
value = instance.ModelId
instance.ModelId = value
public Identifier ModelId { get; set; }
public:
property Identifier^ ModelId {
Identifier^ get ();
void set (Identifier^ value);
}
member ModelId : Identifier with get, set
function get ModelId () : Identifier
function set ModelId (value : Identifier)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier
A new instance of type Identifier.