IgnoreFileSizes Property
Ignore file sizes
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Property IgnoreFileSizes As Boolean
Get
Set
'Usage
Dim instance As OAImportDatabase
Dim value As Boolean
value = instance.IgnoreFileSizes
instance.IgnoreFileSizes = value
public bool IgnoreFileSizes { get; set; }
public:
property bool IgnoreFileSizes {
bool get ();
void set (bool value);
}
member IgnoreFileSizes : bool with get, set
function get IgnoreFileSizes () : boolean
function set IgnoreFileSizes (value : boolean)
Property Value
Type: System..::..Boolean
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace