RemoteArgument.SByteValue Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Importante
Questa API non è conforme a CLS.
Ottiene o imposta l'oggetto SByte rappresentato da 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 è stato ancora specificato.
- Attributi
Eccezioni
La proprietà RemoteArgumentKind non è impostata sul valore Intrinsic.
-oppure-
La proprietà TypeCode non è impostata sul valore SByte.
-oppure-
Questa proprietà viene impostata mentre la proprietà IsByRef è false
.