Client Pib number.


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property connectedPib As Integer
C#
public int connectedPib { get; }
C++
public property int connectedPib sealed  {
    int get();
}
J#
/** property */
public int get_connectedPib();
JScript
public function get connectedPib() : int

Property Value

the pib number as an integer that the client to connect to

See Also