IGHAObjectGetProperty Method |
[This is preliminary documentation and is subject to change.]
Returns the property descriptor for the specified property
Namespace:
GHASchema
Assembly:
GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
SyntaxGHAPropertyDescriptor GetProperty(
string propertyName
)
Parameters
- propertyName
- Type: SystemString
Name of the property
Return Value
Type:
GHAPropertyDescriptorProperty descriptor if the property exists, null if it does not
See Also