MaxFilesPerFolder Property

Gets or sets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Dialogs
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Property MaxFilesPerFolder As Integer
    Get
    Set
'Usage
Dim instance As ImportOptionsControl
Dim value As Integer

value = instance.MaxFilesPerFolder

instance.MaxFilesPerFolder = value
public int MaxFilesPerFolder { get; set; }
public:
property int MaxFilesPerFolder {
    int get ();
    void set (int value);
}
member MaxFilesPerFolder : int with get, set
function get MaxFilesPerFolder () : int
function set MaxFilesPerFolder (value : int)

Property Value

Type: System..::..Int32

See Also

Reference

ImportOptionsControl Class

Microsoft.VisualStudio.Data.Tools.Package.Project.Dialogs Namespace