TaxonomyFieldValue.WssId 属性

获取或设置包含由TaxonomyFieldValue对象封装的分类字段值的列表项的列表项 ID。

命名空间:  Microsoft.SharePoint.Client.Taxonomy
程序集:   Microsoft.SharePoint.Client.Taxonomy.Silverlight(位于 Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll 中);  Microsoft.SharePoint.Client.Taxonomy.Phone(位于 Microsoft.SharePoint.Client.Taxonomy.Phone.dll 中)  Microsoft.SharePoint.Client.Taxonomy(位于 Microsoft.SharePoint.Client.Taxonomy.dll 中)

语法

声明
Public Property WssId As Integer
    Get
    Set
用法
Dim instance As TaxonomyFieldValue
Dim value As Integer

value = instance.WssId

instance.WssId = value
public int WssId { get; set; }

属性值

类型:System.Int32
唯一标识包含分类字段列表中的列表项的 32 位整数

备注

此属性行为与类似LookupId属性。

另请参阅

引用

TaxonomyFieldValue 类

TaxonomyFieldValue 成员

Microsoft.SharePoint.Client.Taxonomy 命名空间

LookupId

TaxonomyField

Microsoft.SharePoint.Client.Taxonomy

Microsoft.SharePoint.Client