RemoteArgument.UInt64Value Propiedad

Definición

Importante

Esta API no es conforme a CLS.

Obtiene o establece el objeto UInt64 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 todavía no se ha especificado el valor de RemoteArgument.

Atributos

Excepciones

La propiedad RemoteArgumentKind no se establece en el valor Intrinsic.

o bien

La propiedad TypeCode no se establece en el valor UInt64.

o bien

Esta propiedad se establece en tanto que el valor de la propiedad IsByRef sea false.

Se aplica a