ModelId 屬性
Gets or sets the identifier of the model that this object will be referencing.
命名空間: Microsoft.MasterDataServices.Deployment
組件: Microsoft.MasterDataServices.Deployment (在 Microsoft.MasterDataServices.Deployment.dll 中)
語法
'宣告
Public Property ModelId As Identifier
Get
Set
'用途
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)
屬性值
型別:Microsoft.MasterDataServices.Services.DataContracts. . :: . .Identifier
A new instance of type Identifier.