Click or drag to resize

VGPermissionAttributeCollectionContains Method (String)

Determines whether the specified argument is in the collection

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public bool Contains(
	string name
)

Parameters

name
Type: SystemString
The argument to locate in the collection

Return Value

Type: Boolean
true if value is found in the collection; otherwise, false.
See Also