ListViewWebPart.ListControlName property
Obtém o nome do controle ActiveX associado a esta Web Part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<WebPartStorageAttribute(Storage.None)> _
Public ReadOnly Property ListControlName As String
Get
'Uso
Dim instance As ListViewWebPart
Dim value As String
value = instance.ListControlName
[WebPartStorageAttribute(Storage.None)]
public string ListControlName { get; }
Property value
Type: System.String
String Controle de ActiveX associado a esta Web Part.
Comentários
A propriedade ListControlName é somente leitura.