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