VersionId 屬性
Gets or sets the identifier of the version of the model specified by ModelId that this 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
A new instance of type Identifier.