Partager via


Link.Title Property

 

Gets or sets the first line entry in the list view.

Namespace:   Microsoft.WindowsServerSolutions.Common.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

A System.String.

See Also

Link(String, String, String, String, String, ImageList, Guid)
Link Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace

Return to top