Właściwość ModelReader.ModelId
Pobiera lub ustawia identyfikator modelu, który będzie odwoływanie się do tego obiektu.
Przestrzeń nazw: Microsoft.MasterDataServices.Deployment
Zestaw: Microsoft.MasterDataServices.Deployment (w Microsoft.MasterDataServices.Deployment.dll)
Składnia
'Deklaracja
Public Property ModelId As Identifier
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.MasterDataServices.Services.DataContracts.Identifier
Nowe wystąpienie typu Identifier.