RemoteArgument.SByteValue Propiedad

Definición

Importante

Esta API no es conforme a CLS.

Obtiene o establece el objeto SByte que RemoteArgument representa.

public:
 property System::SByte SByteValue { System::SByte get(); void set(System::SByte value); };
[System.CLSCompliant(false)]
public sbyte SByteValue { get; set; }
[<System.CLSCompliant(false)>]
member this.SByteValue : sbyte with get, set
Public Property SByteValue As SByte

Valor de propiedad

SByte 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 SByte.

o bien

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

Se aplica a