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 or sets the user-friendly name of the extension.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property Name As String
Get
Private Set
'Usage
Dim instance As Extension
Dim value As String
value = instance.Name
public string Name { get; private set; }
public:
property String^ Name {
String^ get ();
private: void set (String^ value);
}
member Name : string with get, private set
function get Name () : String
private function set Name (value : String)
Property Value
Type: System.String
The user-friendly name of the extension.