Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the column title. The title of the column should not be longer than 255 characters.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public string Title { get; set; }
public:
property String^ Title {
String^ get();
void set(String^ value);
}
member Title : string with get, set
Public Property Title As String
Property Value
Type: System.String
The title text
See Also
MmcListViewColumn Class
Microsoft.ManagementConsole Namespace
Return to top