VersionCopyRequest.FromVersionId 屬性
Gets or sets the source unique identifier of the version to copy.
命名空間: Microsoft.MasterDataServices.Services.MessageContracts
組件: Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)
語法
'宣告
<MessageBodyMemberAttribute> _
Public Property FromVersionId As Guid
Get
Set
'用途
Dim instance As VersionCopyRequest
Dim value As Guid
value = instance.FromVersionId
instance.FromVersionId = value
[MessageBodyMemberAttribute]
public Guid FromVersionId { get; set; }
[MessageBodyMemberAttribute]
public:
property Guid FromVersionId {
Guid get ();
void set (Guid value);
}
[<MessageBodyMemberAttribute>]
member FromVersionId : Guid with get, set
function get FromVersionId () : Guid
function set FromVersionId (value : Guid)
屬性值
型別:System.Guid
The source unique identifier of the version to copy.