RemoteArgument.DecimalValue Proprietà

Definizione

Ottiene o imposta l'oggetto Decimal rappresentato da RemoteArgument.

public:
 property System::Decimal DecimalValue { System::Decimal get(); void set(System::Decimal value); };
public decimal DecimalValue { get; set; }
member this.DecimalValue : decimal with get, set
Public Property DecimalValue As Decimal

Valore della proprietà

Oggetto Decimal rappresentato da RemoteArgument, 0 (zero) 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 Decimal.

-oppure-

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

Si applica a