RemoteArgument.UInt64Value Propiedad

Definición

Importante

Esta API no es conforme a CLS.

Obtiene o establece el UInt64 objeto que RemoteArgument representa.

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 de propiedad

UInt64 que RemoteArgument representa; 0 (cero) si aún no se ha especificado el valor de .RemoteArgument

Atributos

Excepciones

La RemoteArgumentKind propiedad no se establece en el Intrinsic valor .

O bien

La TypeCode propiedad no se establece en el UInt64 valor .

O bien

Esta propiedad se establece mientras la IsByRef propiedad es false.

Se aplica a