MmcListViewColumn Constructor (String)

 

Initializes a new instance of the MmcListViewColumn class using the column title as a parameter.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public MmcListViewColumn(
    string title
)
public:
MmcListViewColumn(
    String^ title
)
new : 
        title:string -> MmcListViewColumn
Public Sub New (
    title As String
)

Parameters

  • title
    Type: System.String

    The title of the column. The title of the column should not be longer than 255 characters.

See Also

MmcListViewColumn Overload
MmcListViewColumn Class
Microsoft.ManagementConsole Namespace

Return to top