RemoteArgument.Int16Value Proprietà

Definizione

Ottiene o imposta l'oggetto Int16 rappresentato da RemoteArgument.

public:
 property short Int16Value { short get(); void set(short value); };
public short Int16Value { get; set; }
member this.Int16Value : int16 with get, set
Public Property Int16Value As Short

Valore della proprietà

Oggetto Int16 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 Int16.

-oppure-

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

Si applica a