SPWebPartConnection.Transformer Property
Gets a Web Part transformer that is used to transform data between two otherwise incompatible connection points in a Web Parts connection.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Transformer As WebPartTransformer
Get
'Usage
Dim instance As SPWebPartConnection
Dim value As WebPartTransformer
value = instance.Transformer
[BrowsableAttribute(false)]
public WebPartTransformer Transformer { get; }
Property Value
Type: System.Web.UI.WebControls.WebParts.WebPartTransformer
A WebPartTransformer object.