RemoteArgument.ContractValue Свойство

Определение

Возвращает или задает объект IContract, представляющий 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

Значение свойства

IContract, представляющий RemoteArgument; null если значение RemoteArgument еще не было определено.

Исключения

Свойству RemoteArgumentKind не присвоено значение Contract.

-или-

Свойству TypeCode не присвоено значение Object.

-или-

Это свойство задается, когда свойство IsByRef имеет значение false.

Применяется к