Namespace: Novalys.VisualGuard.Security.UserProfile
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public VGProfileValue this[
	string propertyAttributeName
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	propertyAttributeName As String
) As VGProfileValue
	Get

Parameters

propertyAttributeName
Type: System..::..String

Property Value

Type: VGProfileValue

See Also