VCManifestTool.UseFAT32Workaround Property

Definition

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

Applies to