Share via


IVCBuildOptionsPage2.MaxConcurrentFileCompiles Property

Namespace:  Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)

Syntax

'Declaration
Property MaxConcurrentFileCompiles As UInteger
    Get
    Set
uint MaxConcurrentFileCompiles { get; set; }
property unsigned int MaxConcurrentFileCompiles {
    unsigned int get ();
    void set (unsigned int value);
}
abstract MaxConcurrentFileCompiles : uint32 with get, set
function get MaxConcurrentFileCompiles () : uint
function set MaxConcurrentFileCompiles (value : uint)

Property Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

IVCBuildOptionsPage2 Interface

Microsoft.VisualStudio.VCProject Namespace