Click or drag to resize

VGProfileValueCollectionExtendedItem Property (VGGroup, String)

Gets particular contextual group's 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[
	VGGroup group,
	string propertyName
] { get; set; }

Parameters

group
Type: Novalys.VisualGuard.Security.MembershipVGGroup
contextual group which supports MultiUserProfile
propertyName
Type: SystemString
property Name

Return Value

Type: Object
contextual group's user profile value
See Also