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