SPList.EntityTypeName property
O nome do tipo de entidade.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property EntityTypeName As String
Get
'Uso
Dim instance As SPList
Dim value As String
value = instance.EntityTypeName
public string EntityTypeName { get; }
Property value
Type: System.String