共用方式為


SPObjectModelType.SetPropertyNames property

屬性名稱的清單。

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

Syntax

'宣告
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; }

Property value

Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
包含屬性名稱的清單ReadOnlyCollection<T>

請參閱

參照

SPObjectModelType class

SPObjectModelType members

Microsoft.SharePoint.Administration namespace