RemoteArgument.Int64Value Propiedad

Definición

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

Excepciones

La propiedad RemoteArgumentKind no se establece en el valor Intrinsic.

o bien

La propiedad TypeCode no se establece en el valor Int64.

o bien

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

Se aplica a