ServerSecurityEnterpriseServiceHubPort Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates the port to be used for the Enterprise Service Signal R Hub
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int EnterpriseServiceHubPort { get; set; }
Public Property EnterpriseServiceHubPort As Integer
Get
Set
public:
virtual property int EnterpriseServiceHubPort {
int get () sealed;
void set (int value) sealed;
}
function get_EnterpriseServiceHubPort();
function set_EnterpriseServiceHubPort(value);
Property Value
Type:
Int32The port to be used for the Enterprise Service Signal R Hub
Return Value
Type:
Int32The port to be used for the Enterprise Service Signal R Hub
Remarks See Also