Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property GCPort As String |
| C# |
|---|
string GCPort { get; set; } |
| Visual C++ |
|---|
property String^ GCPort { String^ get (); void set (String^ value); } |
| JavaScript |
|---|
function get_gcPort(); function set_gcPort(value); |