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)
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.