Namespace:
FileNet.Api.Admin
Assembly: FileNet.Api (in FileNet.Api.dll)
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("As of release 5.2.0.")> _ Property BrokerPort As Nullable(Of Integer) |
C# |
---|
[ObsoleteAttribute("As of release 5.2.0.")] Nullable<int> BrokerPort { get; set; } |
Visual C++ |
---|
[ObsoleteAttribute(L"As of release 5.2.0.")] property Nullable<int> BrokerPort { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_brokerPort(); function set_brokerPort(value); |