VCManifestTool.UseFAT32Workaround Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or set whether to use the FAT32 work around.
public:
property bool UseFAT32Workaround { bool get(); void set(bool value); };
public:
property bool UseFAT32Workaround { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(21)]
public bool UseFAT32Workaround { [System.Runtime.InteropServices.DispId(21)] get; [System.Runtime.InteropServices.DispId(21)] set; }
[<System.Runtime.InteropServices.DispId(21)>]
[<get: System.Runtime.InteropServices.DispId(21)>]
[<set: System.Runtime.InteropServices.DispId(21)>]
member this.UseFAT32Workaround : bool with get, set
Public Property UseFAT32Workaround As Boolean
Property Value
Returns a Boolean. true
if using FAT32 work around.
- Attributes