UsePassive Property

MSBuild

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

true if [use passive]; otherwise, false.

See Also

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