VersionCopyRequest.FromVersionId Property
Gets or sets the source unique identifier of the version to copy.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property FromVersionId As Guid
Get
Set
'Usage
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)
Property Value
Type: System.Guid
The source unique identifier of the version to copy.
See Also
Reference
Microsoft.MasterDataServices.Services.MessageContracts Namespace