DataFormWebPart.XslLink property

Gets or sets the XslLink property.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ResourcesAttribute("DataViewWebPartXslLinkLiteral", "Miscellaneous",  _
    "DataFormWebPartXslLinkDescription")> _
<RequiresDesignerPermissionAttribute> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
<HtmlDesignerAttribute("", HtmlEditorBuilderType := "file")> _
<ManagedLinkAttribute(Fixup := True)> _
Public Property XslLink As String
    Get
    Set
'Usage
Dim instance As DataFormWebPart
Dim value As String

value = instance.XslLink

instance.XslLink = value
[ResourcesAttribute("DataViewWebPartXslLinkLiteral", "Miscellaneous", 
    "DataFormWebPartXslLinkDescription")]
[RequiresDesignerPermissionAttribute]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
[HtmlDesignerAttribute("", HtmlEditorBuilderType = "file")]
[ManagedLinkAttribute(Fixup = true)]
public string XslLink { get; set; }

Property value

Type: System.String

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace