IGHARemoteObjectGetProperty Method |
[This is preliminary documentation and is subject to change.]
Returns a single property's property descriptor
Namespace:
RemoteLib
Assembly:
RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxGHARemotePropertyDescriptor GetProperty(
string name
)
Parameters
- name
- Type: SystemString
Name of the property
Return Value
Type:
GHARemotePropertyDescriptorProperty descriptor. Null if property does not exist
See Also