Method GetProperty
GetProperty(String)
Look up the value of a property.
Declaration
public virtual object GetProperty(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The property name. |
Returns
Type | Description |
---|---|
System.Object | The current value of the property. |
Implements
Exceptions
Type | Condition |
---|---|
SAXNotRecognizedException | If the property value can't be assigned or retrieved from the parent. |
SAXNotSupportedException | When the parent recognizes the property name but cannot determine its value at this time. |