DashboardManifestRemoteServiceAgentBrokerID Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the ID of the remote service agent broker the service will use to refresh this query
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string RemoteServiceAgentBrokerID { get; set; }
Public Property RemoteServiceAgentBrokerID As String
Get
Set
public:
virtual property String^ RemoteServiceAgentBrokerID {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_RemoteServiceAgentBrokerID();
function set_RemoteServiceAgentBrokerID(value);
Return Value
Type:
StringThe ID of the remote service agent broker the service will use to refresh this query
See Also