ServerSecurityProcessRemoteServiceAgentRequests Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates whether this server will process remote service agent requests
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ProcessRemoteServiceAgentRequests { get; set; }
Public Property ProcessRemoteServiceAgentRequests As Boolean
Get
Set
public:
virtual property bool ProcessRemoteServiceAgentRequests {
bool get () sealed;
void set (bool value) sealed;
}
function get_ProcessRemoteServiceAgentRequests();
function set_ProcessRemoteServiceAgentRequests(value);
Return Value
Type:
BooleanTrue if this server will process remote service agent requests
See Also