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
'Usage
Dim instance As VCManifestTool
Dim value As Boolean
value = instance.UseFAT32Workaround
instance.UseFAT32Workaround = value
bool UseFAT32Workaround { get; set; }
property bool UseFAT32Workaround {
bool get ();
void set (bool value);
}
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.