IdentityGeneratorCommandLineModel.ListFiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes