DSDescriptionAttribute(String) Constructor

Definition

Supports the .NET Framework infrastructure and is not intended to be used directly from code.

public:
 DSDescriptionAttribute(System::String ^ description);
public DSDescriptionAttribute (string description);
new System.DirectoryServices.DSDescriptionAttribute : string -> System.DirectoryServices.DSDescriptionAttribute
Public Sub New (description As String)

Parameters

description
String

The description text.

Applies to

See also