ChartWebPart.ProcessKey Property

Gets the process ID of the Chart Web Part.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public ReadOnly Property ProcessKey As String
    Get
'Usage
Dim instance As ChartWebPart
Dim value As String

value = instance.ProcessKey
public string ProcessKey { get; }

Property Value

Type: System.String
The String object that represents the process ID of the Chart Web Part.

See Also

Reference

ChartWebPart Class

ChartWebPart Members

Microsoft.Office.Server.WebControls Namespace