WebPart.ExportMode property

Namespace:  Microsoft.SharePoint.Client.WebParts
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property ExportMode As WebPartExportMode
    Get
    Set
'Usage
Dim instance As WebPart
Dim value As WebPartExportMode

value = instance.ExportMode

instance.ExportMode = value
public WebPartExportMode ExportMode { get; set; }

Property value

Type: Microsoft.SharePoint.Client.WebParts.WebPartExportMode

See also

Reference

WebPart class

WebPart members

Microsoft.SharePoint.Client.WebParts namespace