Click or drag to resize

VGProfileValueCollectionExtendedItem Property (String)

Gets user profile value by property name.

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

Parameters

propertyName
Type: SystemString
property Name

Return Value

Type: Object
user profile value (object)
See Also