ServerSecuritySecurityAppServer Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the security AppServer URL.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SecurityAppServer { get; set; }
Public Property SecurityAppServer As String
Get
Set
public:
virtual property String^ SecurityAppServer {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_SecurityAppServer();
function set_SecurityAppServer(value);
Property Value
Type:
StringThe security AppServer URL.
Return Value
Type:
StringThe security AppServer URL.
Remarks See Also