Click or drag to resize

VGPermissionAttributeCollectionItem Property (String)

Gets the value of the attribute specified by its name.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public Object this[
	string name
] { get; }

Parameters

name
Type: SystemString

Property Value

Type: Object
the value of the attribute if found, null (Nothing) otherwise.
See Also