Share via


DirectoryContentsLimit Property

Gets or sets the limit to the number of files placed into a directory

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

Syntax

'Declaration
Public Property DirectoryContentsLimit As Nullable(Of Integer)
    Get
    Set
'Usage
Dim instance As ImportSettingsBase
Dim value As Nullable(Of Integer)

value = instance.DirectoryContentsLimit

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

Property Value

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

See Also

Reference

ImportSettingsBase Class

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