Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / IParallelSupport Interface / AllowParallel Property


In This Topic
    AllowParallel Property
    In This Topic
    Gets or sets whether the parallel can be used.
    Syntax
    'Declaration
     
    
    Property AllowParallel As Boolean
    'Usage
     
    
    Dim instance As IParallelSupport
    Dim value As Boolean
     
    instance.AllowParallel = value
     
    value = instance.AllowParallel
    bool AllowParallel {get; set;}
    See Also