Click or drag to resize
Askia

IThemePropertyCollectionRemove Method

Remove the specified property from the collection

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
bool Remove(
	string name
)

Parameters

name
Type: SystemString
Name of the property to remove

Return Value

Type: Boolean
Returns true if the property was found and removed
See Also