SPObjectModelType.GetPropertyNames property
The list of property names.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property GetPropertyNames As ReadOnlyCollection(Of String)
Get
'Usage
Dim instance As SPObjectModelType
Dim value As ReadOnlyCollection(Of String)
value = instance.GetPropertyNames
public ReadOnlyCollection<string> GetPropertyNames { get; }
Property value
Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
A ReadOnlyCollection<T> object containing property names.