Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The list of property names.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.