Share via


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)

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.

See also

Reference

SPWebPartConnection class

SPWebPartConnection members

Microsoft.SharePoint.WebPartPages namespace