SPObjectModelType.SetPropertyNames property

The list of set property names.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property SetPropertyNames As ReadOnlyCollection(Of String)
    Get
'Usage
Dim instance As SPObjectModelType
Dim value As ReadOnlyCollection(Of String)

value = instance.SetPropertyNames
public ReadOnlyCollection<string> SetPropertyNames { get; }

Property value

Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
A ReadOnlyCollection<T> containing the list of set property names.

See also

Reference

SPObjectModelType class

SPObjectModelType members

Microsoft.SharePoint.Administration namespace