Share via


PageViewerWebPart.SourceType Property

Gets or sets a PathPattern enumeration value that indicates the type of link the Web Part persists in the ContentLink property.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property SourceType As PathPattern
    Get
    Set
'Usage
Dim instance As PageViewerWebPart
Dim value As PathPattern

value = instance.SourceType

instance.SourceType = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public PathPattern SourceType { get; set; }

Property Value

Type: Microsoft.SharePoint.WebPartPages.PathPattern
A Microsoft.SharePoint.WebPartPages.PathPatternenumeration that indicates the type of link the Web Part persists in the ContentLink property.

Remarks

The SourceType property is read/write.

See Also

Reference

PageViewerWebPart Class

PageViewerWebPart Members

Microsoft.SharePoint.WebPartPages Namespace