Gets or sets a value indicating whether to use a custom file name pattern.
Namespace: SystemWidgets.FileSplitStrategyEngine
Assembly: SystemWidgets.FileSplitStrategyEngine (in SystemWidgets.FileSplitStrategyEngine.dll)
Syntax
| C# |
|---|
public bool UseFileNamePattern { get; set; } |
| Visual Basic |
|---|
Public Property UseFileNamePattern As Boolean Get Set |
Field Value
true if split strategy wants to use a custom file name pattern; otherwise, false.
See Also
Labels:
Add Comment