Propriedade do RDL ServiceVersionGetResponse.Version
Gets or sets the version.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<MessageBodyMemberAttribute> _
Public Property Version As Version
Get
Set
'Uso
Dim instance As ServiceVersionGetResponse
Dim value As Version
value = instance.Version
instance.Version = value
[MessageBodyMemberAttribute]
public Version Version { get; set; }
[MessageBodyMemberAttribute]
public:
property Version^ Version {
Version^ get ();
void set (Version^ value);
}
[<MessageBodyMemberAttribute>]
member Version : Version with get, set
function get Version () : Version
function set Version (value : Version)
Valor da propriedade
Tipo: System.Version
The version.
Consulte também
Referência
ServiceVersionGetResponse Classe
Namespace Microsoft.MasterDataServices.Services.MessageContracts