AppServerDetailenvironment Property |
|
DataPA OpenAnalytics API Reference
Gets the value of the Appserver's environment.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string environment { get; }
Public ReadOnly Property environment As String
Get
public:
property String^ environment {
String^ get ();
}
function get_environment();
Return Value
Type:
StringThe Appserver's environment.
Remarks See Also