Gets or sets profileAttribute Value by attribute's Id.

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

Syntax

C#
public Object this[
	Guid attributeId
] { get; set; }
Visual Basic
Public Default Property Item ( 
	attributeId As Guid
) As Object
	Get
	Set

Parameters

attributeId
Type: System..::..Guid

Return Value

Type: Object
Value for attribute

See Also