AggregationWebPart.FramedPart Property
Reserved for internal use only.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Public Property FramedPart As Boolean
Get
Set
'Usage
Dim instance As AggregationWebPart
Dim value As Boolean
value = instance.FramedPart
instance.FramedPart = value
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
public bool FramedPart { get; set; }
Property Value
Type: System.Boolean
Remarks
Reserved for internal use only.