IRemotePropertyInfoContract.GetPropertyData Method

Definition

Returns information about the property that this IRemotePropertyInfoContract identifies.

public:
 System::AddIn::Contract::Automation::RemotePropertyData GetPropertyData();
public System.AddIn.Contract.Automation.RemotePropertyData GetPropertyData ();
abstract member GetPropertyData : unit -> System.AddIn.Contract.Automation.RemotePropertyData
Public Function GetPropertyData () As RemotePropertyData

Returns

A RemotePropertyData that provides information about the property that this IRemotePropertyInfoContract identifies.

Remarks

The information provided by the RemotePropertyData structure includes the type of the property value and whether the property is readable or writable.

Applies to