ActiveDirectoryMembershipUser.Comment Property

Definition

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

public:
 virtual property System::String ^ Comment { System::String ^ get(); void set(System::String ^ value); };
public override string Comment { get; set; }
member this.Comment : string with get, set
Public Overrides Property Comment As String

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