Partager via


Propriété ModelReader.ModelId

Gets or sets the identifier of the model that the object will be referencing.

Espace de noms :  Microsoft.MasterDataServices.Deployment
Assembly :  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Syntaxe

'Déclaration
Public Property ModelId As Identifier 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the model that the object will be referencing.

Voir aussi

Référence

ModelReader Classe

Espace de noms Microsoft.MasterDataServices.Deployment