CmsDataFormWebPart.ItemXslLink Property (Microsoft.SharePoint.Publishing.WebControls)

Switch View :
ScriptFree
CmsDataFormWebPart.ItemXslLink Property

Gets or sets the server-relative URL for the Item XSL link.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax

Visual Basic (Declaration)
<WebBrowsableAttribute(False)> _
<ManagedLinkAttribute(Fixup := True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ItemXslLink As String
	Get
	Set
Visual Basic (Usage)
Dim instance As CmsDataFormWebPart
Dim value As String

value = instance.ItemXslLink

instance.ItemXslLink = value
C#
[WebBrowsableAttribute(false)]
[ManagedLinkAttribute(Fixup = true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string ItemXslLink { get; set; }

Property Value

Type: System.String
See Also

Reference