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.
Applies to v2.
Gets the header text.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property Header As String
Get
Private Set
'Usage
Dim instance As RibbonGalleryCategory
Dim value As String
value = instance.Header
public string Header { get; private set; }
public:
property String^ Header {
String^ get ();
private: void set (String^ value);
}
member Header : string with get, private set
function get Header () : String
private function set Header (value : String)
Property Value
Type: System.String
The header text.