RemoteArgument.SByteValue Proprietà

Definizione

Importante

Questa API non è conforme a CLS.

Ottiene o imposta l'oggetto SByte rappresentato dall'oggetto RemoteArgument .

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

Valore della proprietà

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

Attributi

Eccezioni

La RemoteArgumentKind proprietà non è impostata sul Intrinsic valore .

oppure

La TypeCode proprietà non è impostata sul SByte valore .

oppure

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

Si applica a