SPObjectModelType.SetPropertyNames 属性
属性名称的列表。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property SetPropertyNames As ReadOnlyCollection(Of String)
Get
用法
Dim instance As SPObjectModelType
Dim value As ReadOnlyCollection(Of String)
value = instance.SetPropertyNames
public ReadOnlyCollection<string> SetPropertyNames { get; }
属性值
类型:System.Collections.ObjectModel.ReadOnlyCollection<String>
其中包含属性名称的列表ReadOnlyCollection<T> 。