ChartViewWebPart.ViewGuid Property

This class and its members are not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<WebPartStorageAttribute(Storage.None)> _
Public Property ViewGuid As String
    Get
    Set
'Usage
Dim instance As ChartViewWebPart
Dim value As String

value = instance.ViewGuid

instance.ViewGuid = value
[WebPartStorageAttribute(Storage.None)]
public string ViewGuid { get; set; }

Property Value

Type: System.String

See Also

Reference

ChartViewWebPart Class

ChartViewWebPart Members

Microsoft.SharePoint.WebPartPages Namespace