ClientScriptsOnly Property

MSBuild

When true, the aspnet_client scripts will be installed. No script mappings will be updated.


Namespace: MSBuild.Community.Tasks.AspNet
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property ClientScriptsOnly As Boolean
C#
public bool ClientScriptsOnly { get; set; }
C++
public property bool ClientScriptsOnly sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_ClientScriptsOnly();

/** property */
public void set_ClientScriptsOnly(bool value);
JScript
public function get ClientScriptsOnly() : bool

public function set ClientScriptsOnly(value : bool);

Remarks

This cannot be true if a value for Path or ApplyScriptMaps has been specified.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.