PageNavigator.HeadlineText Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property HeadlineText As String
public string HeadlineText { get; set; }
public:
virtual property String^ HeadlineText {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract HeadlineText : string with get, set 
override HeadlineText : string with get, set
final function get HeadlineText () : String 
final function set HeadlineText (value : String)

Property Value

Type: System.String
Returns String.

Implements

IPageNavigator.HeadlineText

.NET Framework Security

See Also

Reference

PageNavigator Class

Microsoft.TeamFoundation.Controls.WPF Namespace