Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Item property.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Default Property Item ( _
index As Integer _
) As WebPartTransformer
Get
Set
'Usage
Dim instance As SPWebPartTransformerCollection
Dim index As Integer
Dim value As WebPartTransformer
value = instance(index)
instance(index) = value
public WebPartTransformer this[
int index
] { get; set; }
Parameters
- index
Type: System.Int32
Property Value
Type: System.Web.UI.WebControls.WebParts.WebPartTransformer
See Also
Reference
SPWebPartTransformerCollection Class