ModelReader.VersionId 속성
Gets or sets the identifier of the version of the model specified by ModelId that the object will be referencing.
네임스페이스: Microsoft.MasterDataServices.Deployment
어셈블리: Microsoft.MasterDataServices.Deployment(Microsoft.MasterDataServices.Deployment.dll)
구문
‘선언
Public Property VersionId As Identifier
Get
Set
‘사용 방법
Dim instance As ModelReader
Dim value As Identifier
value = instance.VersionId
instance.VersionId = value
public Identifier VersionId { get; set; }
public:
property Identifier^ VersionId {
Identifier^ get ();
void set (Identifier^ value);
}
member VersionId : Identifier with get, set
function get VersionId () : Identifier
function set VersionId (value : Identifier)
속성 값
유형: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the version of the model specified by ModelId that the object will be referencing.