Task.DisplayPropertySheet Method (Task.PropPages)

Displays the specified property pages only.

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
Public Function DisplayPropertySheet ( _
    pages As Task.PropPages _
) As Boolean
'Usage
Dim instance As Task
Dim pages As Task.PropPages
Dim returnValue As Boolean

returnValue = instance.DisplayPropertySheet(pages)
public bool DisplayPropertySheet(
    Task.PropPages pages
)

Parameters

Return Value

Type: System.Boolean
If true, a dialog box is dismissed by clicking OK; otherwise, false.

Remarks

This method does not return until the user has dismissed the dialog box. If the dialog box is dismissed by clicking the OK button, this method returns true and updates the properties in the task. However, the changes are not made permanent until the task is saved by using the Save method.

See Also

Reference

Task Class

Task Members

DisplayPropertySheet Overload

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