Click or drag to resize

VGMembershipUserComment Property

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: 2019.1.831.19 (2019.1.0831.19)
Syntax
public string Comment { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
ArgumentExceptionthe value is longer than 1024 characters
NotSupportedExceptionthe user is not a Visual Guard user and cannot be modified.
See Also