DirectoryLimit Property

This is the limit of the number of files that should be placed into a directory

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

Syntax

'Declaration
Public Property DirectoryLimit As Nullable(Of Integer)
    Get
    Friend Set
'Usage
Dim instance As OAImportDatabase
Dim value As Nullable(Of Integer)

value = instance.DirectoryLimit
public Nullable<int> DirectoryLimit { get; internal set; }
public:
property Nullable<int> DirectoryLimit {
    Nullable<int> get ();
    internal: void set (Nullable<int> value);
}
member DirectoryLimit : Nullable<int> with get, internal set
function get DirectoryLimit () : Nullable<int>
internal function set DirectoryLimit (value : Nullable<int>)

Property Value

Type: System..::..Nullable< (Of < ( <'Int32> ) > ) >

See Also

Reference

OAImportDatabase Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace