Share via


Themes.DefaultTheme Property

Gets the default theme.

Namespace:  Microsoft.Web.Helpers
Assembly:  Microsoft.Web.Helpers (in Microsoft.Web.Helpers.dll)

Syntax

'Declaration
Public Shared Property DefaultTheme As String
    Get
    Private Set
'Usage
Dim value As String

value = Themes.DefaultTheme
public static string DefaultTheme { get; private set; }
public:
static property String^ DefaultTheme {
    String^ get ();
    private: void set (String^ value);
}
static function get DefaultTheme () : String
private static function set DefaultTheme (value : String)

Property Value

Type: System.String
The name of the default theme.

Permissions

  • Medium trust for the immediate caller. This member can be used by partially trusted code.

See Also

Reference

Themes Class

Microsoft.Web.Helpers Namespace