IdentityGeneratorTemplateModel.FilesToGenerate Property

Definition

public:
 property cli::array <Microsoft::VisualStudio::Web::CodeGenerators::Mvc::Identity::IdentityGeneratorFile ^> ^ FilesToGenerate { cli::array <Microsoft::VisualStudio::Web::CodeGenerators::Mvc::Identity::IdentityGeneratorFile ^> ^ get(); void set(cli::array <Microsoft::VisualStudio::Web::CodeGenerators::Mvc::Identity::IdentityGeneratorFile ^> ^ value); };
public Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Identity.IdentityGeneratorFile[] FilesToGenerate { get; set; }
member this.FilesToGenerate : Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Identity.IdentityGeneratorFile[] with get, set
Public Property FilesToGenerate As IdentityGeneratorFile()

Property Value

IdentityGeneratorFile[]

Applies to