FeatureDefinitionScope 列舉
指定功能定義的功能範圍。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Enumeration FeatureDefinitionScope
'用途
Dim instance As FeatureDefinitionScope
public enum FeatureDefinitionScope
成員
成員名稱 | 描述 | |
---|---|---|
None | 未指定的功能範圍。值 = 0。 | |
Farm | 其值可讓您指定的功能範圍已在伺服器陣列層級的列舉。值 = 1。 | |
Site | 其值可讓您指定的功能範圍必須是網站集合層級的列舉。值 = 2。 | |
Web | 代表 web 範圍功能定義。 |