Gets the IP address to which the
DelegatedServer is listening.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property IpAddress As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As DelegatedServer
Dim value As String
value = instance.IpAddress
|
| C# | |
|---|
public string IpAddress {get;} |
| C++/CLI | |
|---|
public:
property String^ IpAddress {
String^ get();
} |
Return Value
The IP address to which the
DelegatedServer is listening.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also