Click or drag to resize

VGProfileValueCollectionExtendedItem Property (Guid)

Gets user profile value by property Id.

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[
	Guid propertyId
] { get; set; }

Parameters

propertyId
Type: SystemGuid
property Id

Return Value

Type: Object
user profile value (object)
See Also