PassiveHostAddress Property
In This Topic
Syntax
'Declaration
Public Property PassiveHostAddress As String
public string PassiveHostAddress {get; set;}
public:
property String^ PassiveHostAddress {
String^ get();
void set ( String^ value);
}
See Also