Share via


RemoteArgument.Int64Value Proprietà

Definizione

Ottiene o imposta l'oggetto Int64 rappresentato da RemoteArgument.

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

Valore della proprietà

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

Eccezioni

La proprietà RemoteArgumentKind non è impostata sul valore Intrinsic.

-oppure-

La proprietà TypeCode non è impostata sul valore Int64.

-oppure-

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

Si applica a