IRemotePropertyInfoContract.GetPropertyData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.