ServerSecurityProcessingBrokerPort Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that specifies which port should be used for the processing broker
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int ProcessingBrokerPort { get; set; }
Public Property ProcessingBrokerPort As Integer
Get
Set
public:
virtual property int ProcessingBrokerPort {
int get () sealed;
void set (int value) sealed;
}
function get_ProcessingBrokerPort();
function set_ProcessingBrokerPort(value);
Return Value
Type:
Int32A value that specifies which port should be used for the processing broker
See Also