RemoteArgument.SingleValue Proprietà

Definizione

Ottiene o imposta l'oggetto Single rappresentato da RemoteArgument.

public:
 property float SingleValue { float get(); void set(float value); };
public float SingleValue { get; set; }
member this.SingleValue : single with get, set
Public Property SingleValue As Single

Valore della proprietà

Oggetto Single rappresentato da RemoteArgument, 0,0 se il valore di RemoteArgument non è stato ancora specificato.

Eccezioni

La proprietà RemoteArgumentKind non è impostata sul valore Intrinsic.

-oppure-

La proprietà TypeCode non è impostata sul valore Single.

-oppure-

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

Si applica a