CaseWatchMaxGeneration Property |
The max number of search generation that are maintained
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcessAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic InArgument<int> MaxGeneration { get; set; }
Public Property MaxGeneration As InArgument(Of Integer)
Get
Set
public:
property InArgument<int>^ MaxGeneration {
InArgument<int>^ get ();
void set (InArgument<int>^ value);
}
member MaxGeneration : InArgument<int> with get, set
Property Value
InArgumentInt32
See Also