Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Applies to v2.
Gets or sets the name of the theme.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property Name As String
Get
Private Set
'Usage
Dim instance As Theme
Dim value As String
value = instance.Name
public string Name { get; private set; }
public:
virtual property String^ Name {
String^ get () sealed;
private: void set (String^ value) sealed;
}
abstract Name : string with get, private set
override Name : string with get, private set
final function get Name () : String
private final function set Name (value : String)
Property Value
Type: System.String
The name of the theme.