ActiveDirectoryMembershipUser.Comment Property

Definition

Gets or sets application-specific information for the membership user.

C#
public override string Comment { get; set; }

Property Value

Application-specific information for the Active Directory member stored in the Comment directory attribute.

Remarks

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.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1