Partilhar via


Propriedade do RDL VersionCopyRequest.FromVersionId

Gets or sets the source unique identifier of the version to copy.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<MessageBodyMemberAttribute> _
Public Property FromVersionId As Guid 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Guid
The source unique identifier of the version to copy.

Consulte também

Referência

VersionCopyRequest Classe

Namespace Microsoft.MasterDataServices.Services.MessageContracts