ServerPort Property

MSBuild

Gets or sets the server port.


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

Syntax

Visual Basic (Declaration)
Public Property ServerPort As Integer
C#
public int ServerPort { get; set; }
C++
public property int ServerPort sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_ServerPort();

/** property */
public void set_ServerPort(int value);
JScript
public function get ServerPort() : int

public function set ServerPort(value : int);

Property Value

The server port.

See Also

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