TagCloudWebPart.UserScope 属性
获取或设置标记属于用户范围。
命名空间: Microsoft.SharePoint.Portal.WebControls
程序集: Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)
语法
声明
Public Property UserScope As TagCloudUserScope
Get
Set
用法
Dim instance As TagCloudWebPart
Dim value As TagCloudUserScope
value = instance.UserScope
instance.UserScope = value
public TagCloudUserScope UserScope { get; set; }
属性值
类型:Microsoft.SharePoint.Portal.WebControls.TagCloudUserScope
TagCloudUserScope 表示TagCloudItem对象的用户范围。默认值是CurrentUser。