RemoteArgument.Int16Value Propiedad

Definición

Obtiene o establece el Int16 objeto que RemoteArgument representa.

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

Valor de propiedad

Int16 que RemoteArgument representa; 0 (cero) si aún no se ha especificado el valor de .RemoteArgument

Excepciones

La RemoteArgumentKind propiedad no se establece en el Intrinsic valor .

O bien

La TypeCode propiedad no se establece en el Int16 valor .

O bien

Esta propiedad se establece mientras la IsByRef propiedad es false.

Se aplica a