Specifies priority of this conversion handler when multiple conversion handlers are configured
that can support same conversion
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property Priority As Nullable(Of Integer) |
| C# |
|---|
Nullable<int> Priority { get; set; } |
| Visual C++ |
|---|
property Nullable<int> Priority { Nullable<int> get (); void set (Nullable<int> value); } |
| JavaScript |
|---|
function get_priority(); function set_priority(value); |