Search
ResourceViewSettings.ResourceLengthMethod Property
See Also
 






Gets or sets the method used to calculate the length of the resources.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public ResourceLengthMethod ResourceLengthMethod { get; set; }

Visual Basic  Copy Code

Public Property ResourceLengthMethod As ResourceLengthMethod

 Property Value

A member of the ResourceLengthMethod enumeration.

 See Also