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.

请参阅

参考

ModelReader 类

Microsoft.MasterDataServices.Deployment 命名空间