IdentityGeneratorCommandLineModel.ListFiles Property

Definition

public:
 property bool ListFiles { bool get(); void set(bool value); };
[Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Option(Description="Lists the files that can be scaffolded by using the '--files' option.", Name="listFiles")]
public bool ListFiles { get; set; }
[Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Option(Description="Lists the files that can be scaffolded by using the '--files' option.", Name="listFiles", ShortName="lf")]
public bool ListFiles { get; set; }
[<Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Option(Description="Lists the files that can be scaffolded by using the '--files' option.", Name="listFiles")>]
member this.ListFiles : bool with get, set
[<Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Option(Description="Lists the files that can be scaffolded by using the '--files' option.", Name="listFiles", ShortName="lf")>]
member this.ListFiles : bool with get, set
Public Property ListFiles As Boolean

Property Value

Boolean
Attributes

Applies to