 | analyticJobExtensionsgetSampleTakeLimit Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Gets the samples from web site profile collection
Namespace:
imbWEM.Core.project
Assembly:
imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic static int getSampleTakeLimit(
this analyticJobRunFlags aFlags
)
Parameters
- aFlags
- Type: imbWEM.Core.projectanalyticJobRunFlags
[Missing <param name="aFlags"/> documentation for "M:imbWEM.Core.project.analyticJobExtensions.getSampleTakeLimit(imbWEM.Core.project.analyticJobRunFlags)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:imbWEM.Core.project.analyticJobExtensions.getSampleTakeLimit(imbWEM.Core.project.analyticJobRunFlags)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
analyticJobRunFlags. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also