RemoteArgument.UInt64Value Proprietà

Definizione

Importante

Questa API non è conforme a CLS.

Ottiene o imposta l'oggetto UInt64 rappresentato dall'oggetto RemoteArgument .

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

Valore della proprietà

Oggetto UInt64 rappresentato da RemoteArgument ; 0 (zero) se il valore di RemoteArgument non è ancora stato specificato.

Attributi

Eccezioni

La RemoteArgumentKind proprietà non è impostata sul Intrinsic valore .

oppure

La TypeCode proprietà non è impostata sul UInt64 valore .

oppure

Questa proprietà viene impostata mentre la IsByRef proprietà è false.

Si applica a