Name Property

HttpServer.dll

Attribute for retrieving the name. The name cannot be set however because an argument is defined by its name changing the name would be changing the arguments meaning, thus an argument needing a name change should rather be recreated

Namespace:  HttpServer.Rendering
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Name { get; }
Visual Basic (Declaration)
Public ReadOnly Property Name As String
Visual C++
public:
property String^ Name {
	String^ get ();
}

See Also