RemoteArgument.SByteValue Propiedad

Definición

Importante

Esta API no es conforme a CLS.

Obtiene o establece el SByte objeto 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 aún no se ha especificado el valor de .RemoteArgument

Atributos

Excepciones

La RemoteArgumentKind propiedad no se establece en el Intrinsic valor .

O bien

La TypeCode propiedad no se establece en el SByte valor .

O bien

Esta propiedad se establece mientras la IsByRef propiedad es false.

Se aplica a