RemoteArgument.UInt16Value Proprietà

Definizione

Importante

Questa API non è conforme a CLS.

Ottiene o imposta l'oggetto UInt16 rappresentato da RemoteArgument.

public:
 property System::UInt16 UInt16Value { System::UInt16 get(); void set(System::UInt16 value); };
[System.CLSCompliant(false)]
public ushort UInt16Value { get; set; }
[<System.CLSCompliant(false)>]
member this.UInt16Value : uint16 with get, set
Public Property UInt16Value As UShort

Valore della proprietà

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

Attributi

Eccezioni

La proprietà RemoteArgumentKind non è impostata sul valore Intrinsic.

-oppure-

La proprietà TypeCode non è impostata sul valore UInt16.

-oppure-

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

Si applica a