DataFormWebPart.XslLink Property

Gets or sets the XslLink property.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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