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