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