RemoteArgument.ContractValue Propiedad

Definición

Obtiene o establece el objeto IContract que RemoteArgument representa.

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

Valor de propiedad

IContract

IContract que RemoteArgument representa; null si todavía no se ha especificado el valor de RemoteArgument.

Excepciones

La propiedad RemoteArgumentKind no se establece en el valor Contract.

o bien La propiedad TypeCode no se establece en el valor Object.

o bien Esta propiedad se establece en tanto que el valor de la propiedad IsByRef sea false.

Se aplica a