Gets the title of the membership user.

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

Syntax

C#
public string Title { get; set; }
Visual Basic
Public Property Title As String
	Get
	Set

Property Value

Type: String
The title of the membership user.

See Also