DataFormWebPart._assemblyReferences field
Registers directive markups that help parse the output of XSLT transformation by a DataFormWebPart object.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected _assemblyReferences As String()
'Usage
Dim value As String()
value = Me._assemblyReferences
Me._assemblyReferences = value
protected string[] _assemblyReferences
Remarks
If DataFormWebPart XSL markup contains references to server controls that have namespaces different from Windows SharePoint Services or ASP, callers need to provide the register directive to ensure that the parse control call can properly instantiate the server control.