Method SetProperty
SetProperty(String, Object)
Set the value of a property.
This will always fail if the parent is null.
Declaration
public virtual void SetProperty(string name, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The property name. |
System.Object | value | The requested property value. |
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 set the requested value. |