CommonCommandLineModel.ControllerNamespace Property

Definition

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

Property Value

String
Attributes

Applies to