IVCBuildOptionsPage2.MaxConcurrentFileCompiles Property
Namespace: Microsoft.VisualStudio.VCProject
Assembly: Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)
Syntax
'Declaration
Property MaxConcurrentFileCompiles As UInteger
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
- 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.