SettingValue Property

MSBuild

Gets or sets the value of SettingName on the web directory


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

Syntax

Visual Basic (Declaration)
<Output>
Public Property SettingValue As String
C#
[Output]
public string SettingValue { get; set; }
C++
[Output]
public property string SettingValue sealed  {
    String get();
    void set(String value);
}
J#
/** @attribute Output() */
/** property */
public string get_SettingValue();

/** property */
public void set_SettingValue(string value);
JScript
public function get SettingValue() : String

public function set SettingValue(value : String);

See Also

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