AppServerDetailIPAddress Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates the IP Address the Appserver is running on.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string IPAddress { get; }
Public ReadOnly Property IPAddress As String
Get
public:
property String^ IPAddress {
String^ get ();
}
function get_IPAddress();
Return Value
Type:
StringThe IP Address of the host the Appserver is running on.
Remarks See Also