ServerSecurityRemoteServiceAgentBrokerPort Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the port number that the remote service agent broker will listen on
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ushort RemoteServiceAgentBrokerPort { get; set; }
Public Property RemoteServiceAgentBrokerPort As UShort
Get
Set
public:
virtual property unsigned short RemoteServiceAgentBrokerPort {
unsigned short get () sealed;
void set (unsigned short value) sealed;
}
function get_RemoteServiceAgentBrokerPort();
function set_RemoteServiceAgentBrokerPort(value);
Return Value
Type:
UInt16The port number that the remote service agent broker will listen on
See Also