RemoteArgument.UInt16Value Propiedad

Definición

Importante

Esta API no es conforme a CLS.

Obtiene o establece el objeto UInt16 que RemoteArgument representa.

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

Valor de propiedad

UInt16 que RemoteArgument representa; 0 (cero) si todavía no se ha especificado el valor de RemoteArgument.

Atributos

Excepciones

La propiedad RemoteArgumentKind no se establece en el valor Intrinsic.

o bien

La propiedad TypeCode no se establece en el valor UInt16.

o bien

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

Se aplica a