RemoteArgument.Int64Value Propiedad

Definición

Obtiene o establece el Int64 objeto que RemoteArgument representa.

public:
 property long Int64Value { long get(); void set(long value); };
public long Int64Value { get; set; }
member this.Int64Value : int64 with get, set
Public Property Int64Value As Long

Valor de propiedad

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

Excepciones

La RemoteArgumentKind propiedad no se establece en el Intrinsic valor .

O bien

La TypeCode propiedad no se establece en el Int64 valor .

O bien

Esta propiedad se establece mientras la IsByRef propiedad es false.

Se aplica a