RemoteArgument.DecimalValue Proprietà

Definizione

Ottiene o imposta l'oggetto Decimal rappresentato dall'oggetto 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 è ancora stato specificato.

Eccezioni

La RemoteArgumentKind proprietà non è impostata sul Intrinsic valore .

oppure

La TypeCode proprietà non è impostata sul Decimal valore .

oppure

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

Si applica a