PropertyBaseManager<T>.Remove method
Removes a property from the database.
Overload list
Name | Description | |
---|---|---|
Remove(T) | Removes the specified property from the database. | |
Remove(String, String, String) | Removes the property with the specified URI, property or section name from the database. |
Top