Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: System.Guid
The source unique identifier of the version to copy.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.MessageContracts-Namespace