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

Syntax

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

Parameters

propertyAttributeId
Type: System..::..Guid

Property Value

Type: VGProfileValue

See Also