FileNamesToMerge Property
In This Topic
Gets or sets a collection of file name that are used to merge, and the names can be recognized by storage manager.
Syntax
'Declaration
Public Property FileNamesToMerge As String()
public string[] FileNamesToMerge {get; set;}
See Also