Gets or sets repository-specific information for the membership user.

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 string Comment { get; set; }
Visual Basic
Public Property Comment As String
	Get
	Set

Property Value

Type: String

Exceptions

ExceptionCondition
System..::..ArgumentExceptionthe value is longer than 1024 characters
System..::..NotSupportedExceptionthe user is not a Visual Guard user and cannot be modified.

See Also