SPObjectModelType.SetPropertyNames-Eigenschaft
Die Liste der Set-Eigenschaftennamen.
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; }
Eigenschaftswert
Typ: System.Collections.ObjectModel.ReadOnlyCollection<String>
Eine ReadOnlyCollection<T> , die die Liste der Namen der Set-Eigenschaft enthält.