FixBaseProvider.Port Property
[Category(Category.Network)]
[Browsable(false)]
public virtual int Port {get; set;}
This language is not supported or no code example is available.
[Category(Category.Network)]
[Browsable(false)]
public:
virtual property int Port {
int get( );
void set(
int value
);
}
This language is not supported or no code example is available.
public
Category(Category.Network)
Browsable(false)
function get Port() : int;
public
Category(Category.Network)
Browsable(false)
function set Port(value : int);
This language is not supported or no code example is available.
Property Value
int
In this article
Definition