LineBox.Title Property
Gets or sets the header title.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public string Title { get; set; }
public:
property String^ Title {
String^ get();
void set(String^ value);
}
Public Property Title As String
Property Value
Type: System.String
See Also
LineBox Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top