SPView.XslLink property
Um atributo que especifica o arquivo XSL usado pelo modo de exibição. Obtém ou define o arquivo XSL.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property XslLink As String
Get
Set
'Uso
Dim instance As SPView
Dim value As String
value = instance.XslLink
instance.XslLink = value
public string XslLink { get; set; }
Property value
Type: System.String
Retorna um String do nome de um arquivo XSL.