Click or drag to resize
Askia

IThemePropertyCollectionContains Method

Indicates if the collection contains the specified property

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

Parameters

name
Type: SystemString
Name of the property to search

Return Value

Type: Boolean
True when the collection contains the specified property, otherwise false
See Also