Visual Guard Class Library Documentation

VGPermissionAttributeCollection.Contains Method (String)

Determines whether the specified argument is in the collection

public bool Contains(
   String name
);

Parameters

name
The argument to locate in the collection

Return Value

true if value is found in the collection; otherwise, false.

See Also

VGPermissionAttributeCollection Class | Novalys.VisualGuard.Security Namespace | VGPermissionAttributeCollection.Contains Overload List