RemoteArgument.UInt64Value Propriedade

Definição

Importante

Esta API não está em conformidade com CLS.

Obtém ou define o UInt64 que o RemoteArgument representa.Gets or sets the UInt64 that the RemoteArgument represents.

public:
 property System::UInt64 UInt64Value { System::UInt64 get(); void set(System::UInt64 value); };
[System.CLSCompliant(false)]
public ulong UInt64Value { get; set; }
[<System.CLSCompliant(false)>]
member this.UInt64Value : uint64 with get, set
Public Property UInt64Value As ULong

Valor da propriedade

UInt64

O UInt64 que o RemoteArgument representa; 0 (zero) se o valor de RemoteArgument ainda não tiver sido especificado.The UInt64 that the RemoteArgument represents; 0 (zero) if the value of the RemoteArgument has not yet been specified.

Atributos

Exceções

A propriedade RemoteArgumentKind não está definida como o valor Intrinsic.The RemoteArgumentKind property is not set to the Intrinsic value.

- ou --or- A propriedade TypeCode não está definida como o valor UInt64.The TypeCode property is not set to the UInt64 value.

- ou --or- Essa propriedade está definida, enquanto a propriedade IsByRef é false.This property is set while the IsByRef property is false.

Aplica-se a