This documentation is archived and is not being maintained.
ActiveDirectoryMembershipUser::Comment Property
Visual Studio 2010
Gets or sets application-specific information for the membership user.
Assembly: System.Web (in System.Web.dll)
public: virtual property String^ Comment { String^ get () override; void set (String^ value) override; }
Property Value
Type: System::StringApplication-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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: