MindFusion.Scheduling for ASP.NET Programmer's Guide
State Enumeration
See Also
 





Specifies the state of an object.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum State

Visual Basic  Copy Code

Public Enum State

 Members

  Member name Value Description

Unspecified

-1

Indicates undetermined state.

Disabled

0

Indicates that the object is disabled.

Enabled

1

Indicates that the object is enabled.

 See Also

MindFusion.Scheduling.WebForms Namespace