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)

property bool UseFAT32Workaround {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

Returns a Boolean. true if using FAT32 work around.

Return to top
Show: