RemoteArgument.ContractValue Proprietà

Definizione

Ottiene o imposta l'oggetto IContract rappresentato dall'oggetto RemoteArgument .

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

Valore della proprietà

Oggetto IContract rappresentato da RemoteArgument ; null se il valore di RemoteArgument non è ancora stato specificato.

Eccezioni

La RemoteArgumentKind proprietà non è impostata sul Contract valore .

oppure

La TypeCode proprietà non è impostata sul Object valore .

oppure

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

Si applica a