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[
	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