다음을 통해 공유


ModelReader.ModelId 속성

Gets or sets the identifier of the model that the 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
The identifier of the model that the object will be referencing.

참고 항목

참조

ModelReader 클래스

Microsoft.MasterDataServices.Deployment 네임스페이스