Task.PropPages Enumeration

Defines the argument for the DisplayForEdit method to determine the property pages to display.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration PropPages
'Usage
Dim instance As Task.PropPages
[FlagsAttribute]
public enum PropPages

Members

Member name Description
Task Display the task property page.
Schedule Display the schedule property page.
Settings Display the setting property page.

See Also

Reference

Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler Namespace