ActiveDirectoryMembershipUser.Comment Property
.NET Framework 2.0
Gets or sets application-specific information for the membership user.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_Comment () /** @property */ public void set_Comment (String value)
public override function get Comment () : String public override function set Comment (value : String)
Not applicable.
Property Value
Application-specific information for the Active Directory member stored in the Comment directory attribute.The Comment property can be used to store custom information for a membership user that is specific to an application. The amount of information that can be stored in the Comment property for an ActiveDirectoryMembershipUser is defined by the ActiveDirectoryMembershipProvider.
The Comment property is mapped to the Comment default Active Directory attribute. This property cannot be remapped to another attribute.
Community Additions
ADD
Show: