Instance Method
property(forName:)propertyForName:propertyForName_
Returns the property for the specified name.
Declaration
func property(forName name: GSPropertyName) -> GSInfoProperty?Declaration
- (GSInfoProperty *) propertyForName:(GSPropertyName) name;Declaration
propertyForName_(name: GSPropertyName) -> GSInfoPropertyParameters
nameThe name of the property.
Return Value
The property, or nil if not found.