SPObjectModelType.SetPropertyNames Property
The list of set property names.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.