CommonCommandLineModel.ReferenceScriptLibraries 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 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
- Attributes