Gets or sets the behavior of a client application's data transfer process.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property UsePassive As Boolean |
| C# |
|---|
| public bool UsePassive { get; set; } |
| C++ |
|---|
| public property bool UsePassive sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_UsePassive(); /** property */ public void set_UsePassive(bool value); |
| JScript |
|---|
| public function get UsePassive() : bool public function set UsePassive(value : bool); |
Property Value
if [use passive]; otherwise, .
See Also
Documentation version 1.0.0.0.