0 out of 67 rated this helpful - Rate this topic

ActiveDirectoryMembershipUser.Comment Property

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)

public override string Comment { get; set; }
/** @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.

.NET Framework

Supported in: 2.0
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ