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