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.