Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.