CommonCommandLineModel.ControllerNamespace Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
public:
property System::String ^ ControllerNamespace { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Option(Description="Specify the name of the namespace to use for the generated controller", Name="controllerNamespace", ShortName="namespace")]
public string ControllerNamespace { get; set; }
[<Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Option(Description="Specify the name of the namespace to use for the generated controller", Name="controllerNamespace", ShortName="namespace")>]
member this.ControllerNamespace : string with get, set
Public Property ControllerNamespace As String
Hodnota vlastnosti
- Atributy