Click or drag to resize

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)
Syntax
C#
GHAPropertyDescriptor GetProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Name of the property

Return Value

Type: GHAPropertyDescriptor
Property descriptor if the property exists, null if it does not
See Also