Свойство 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.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts