PersonalSiteCapabilities 列舉
指定的個人網站的功能。
此列舉有 FlagsAttribute 屬性,允許其成員值的位元組合。
命名空間: Microsoft.SharePoint.Client.UserProfiles
組件: Microsoft.SharePoint.Client.UserProfiles.Silverlight (在 Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 中); Microsoft.SharePoint.Client.UserProfiles.Phone (在 Microsoft.SharePoint.Client.UserProfiles.Phone.dll 中) Microsoft.SharePoint.Client.UserProfiles (在 Microsoft.SharePoint.Client.UserProfiles.dll 中)
語法
'宣告
<FlagsAttribute> _
Public Enumeration PersonalSiteCapabilities
'用途
Dim instance As PersonalSiteCapabilities
[FlagsAttribute]
public enum PersonalSiteCapabilities
成員
成員名稱 | 描述 | |
---|---|---|
None | 網站有沒有功能。值 = 0。 | |
Profile | 值 = 1。 | |
Social | 值 = 2。 | |
Storage | 值 = 4。 | |
MyTasksDashboard | 值 = 8。 | |
Education | 值 = 16。 | |
Guest | 值 = 32。 |