ActiveDirectoryMembershipUser.Comment Property
.NET Framework 2.0
Note: This property is new in the .NET Framework version 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)
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.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.