IdentityGeneratorCommandLineModel.RootNamespace Property

Definition

public:
 property System::String ^ RootNamespace { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Option(Description="Root namesapce to use for generating identity code.", Name="rootNamespace", ShortName="rn")]
public string RootNamespace { get; set; }
[<Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Option(Description="Root namesapce to use for generating identity code.", Name="rootNamespace", ShortName="rn")>]
member this.RootNamespace : string with get, set
Public Property RootNamespace As String

Property Value

String
Attributes

Applies to