VCManifestTool.UseFAT32Workaround Property

Gets or set whether to use the FAT32 work around.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property UseFAT32Workaround As Boolean
    Get
    Set
bool UseFAT32Workaround { get; set; }
property bool UseFAT32Workaround {
    bool get ();
    void set (bool value);
}
abstract UseFAT32Workaround : bool with get, set
function get UseFAT32Workaround () : boolean
function set UseFAT32Workaround (value : boolean)

Property Value

Type: System.Boolean
Returns a Boolean. true if using FAT32 work around.

.NET Framework Security

See Also

Reference

VCManifestTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace