ListViewWebPart.ListViewXml property
Obtém ou define o modo de exibição de lista no formato XML.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
<RequiresDesignerPermissionAttribute> _
Public Property ListViewXml As String
Get
Set
'Uso
Dim instance As ListViewWebPart
Dim value As String
value = instance.ListViewXml
instance.ListViewXml = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
[RequiresDesignerPermissionAttribute]
public string ListViewXml { get; set; }
Property value
Type: System.String
String Modo de exibição de lista no formato XML.
Comentários
A propriedade ListViewXml é somente leitura.