Namespace:
FileNet.Api.Sweep
Assembly: FileNet.Api (in FileNet.Api.dll)
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property QueueSweepLeaseDuration As Nullable(Of Integer) |
C# |
---|
Nullable<int> QueueSweepLeaseDuration { get; set; } |
Visual C++ |
---|
property Nullable<int> QueueSweepLeaseDuration { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_queueSweepLeaseDuration(); function set_queueSweepLeaseDuration(value); |