RemoteArgument.ContractValue Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Werts, der IContract die RemoteArgument Darstellung darstellt.

public:
 property System::AddIn::Contract::IContract ^ ContractValue { System::AddIn::Contract::IContract ^ get(); void set(System::AddIn::Contract::IContract ^ value); };
public System.AddIn.Contract.IContract ContractValue { get; set; }
member this.ContractValue : System.AddIn.Contract.IContract with get, set
Public Property ContractValue As IContract

Eigenschaftswert

The IContract that the RemoteArgument represents; null if the value of the RemoteArgument has yet been specified.

Ausnahmen

Die RemoteArgumentKind Eigenschaft wird nicht auf den Contract Wert festgelegt.

-oder-

Die TypeCode Eigenschaft wird nicht auf den Object Wert festgelegt.

-oder-

Diese Eigenschaft wird festgelegt, während die IsByRef Eigenschaft ist false.

Gilt für: