Share via


ContentPageInfo.NavigationGroup Property

 

Gets or sets the text that is displayed for a group in the navigation bar.

Namespace:   Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

public string NavigationGroup { get; set; }
public:
property String^ NavigationGroup {
    String^ get();
    void set(String^ value);
}
Public Property NavigationGroup As String

Property Value

Type: System.String

An instance of String that contains the navigation group text.

See Also

ContentPageInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace

Return to top