RemoteArgument.ContractValue Proprietà

Definizione

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

Eccezioni

La proprietà RemoteArgumentKind non è impostata sul valore Contract.

-oppure-

La proprietà TypeCode non è impostata sul valore Object.

-oppure-

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

Si applica a