CommonCommandLineModel.ReferenceScriptLibraries Property

Definition

public:
 property bool ReferenceScriptLibraries { bool get(); void set(bool value); };
[Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Option(Description="Switch to specify whether to reference script libraries in the generated views", Name="referenceScriptLibraries", ShortName="scripts")]
public bool ReferenceScriptLibraries { get; set; }
[<Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Option(Description="Switch to specify whether to reference script libraries in the generated views", Name="referenceScriptLibraries", ShortName="scripts")>]
member this.ReferenceScriptLibraries : bool with get, set
Public Property ReferenceScriptLibraries As Boolean

Property Value

Boolean
Attributes

Applies to