Gets or sets the value of
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
Documentation version 1.0.0.0.