ObjectLinkProviderDataSet.WebObjectsRow.WOBJ_OTHER_REF_CNT 属性
指定链接到 web 对象的泛型 SharePoint 列表项的数目。
命名空间: WebSvcObjectLinkProvider
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property WOBJ_OTHER_REF_CNT As Integer
Get
Set
用法
Dim instance As ObjectLinkProviderDataSet.WebObjectsRow
Dim value As Integer
value = instance.WOBJ_OTHER_REF_CNT
instance.WOBJ_OTHER_REF_CNT = value
public int WOBJ_OTHER_REF_CNT { get; set; }
属性值
类型:System.Int32
一般 SharePoint 列表项的数目。
备注
SharePoint 列表项类型包括GenericSharePointListItemWebObjectType枚举中。
另请参阅
引用
ObjectLinkProviderDataSet.WebObjectsRow 类