ObjectLinkProviderDataSet.WebObjectsRow.WOBJ_OTHER_REF_CNT Property
Specifies the number of generic SharePoint list items that are linked to the web object.
Namespace: [ObjectLinkProvider Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ObjectLinkProvider.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ObjectLinkProvider.asmx?wsdl
Syntax
'Declaration
Public Property WOBJ_OTHER_REF_CNT As Integer
Get
Set
'Usage
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; }
Property Value
Type: System.Int32
The number of generic SharePoint list items.
Remarks
SharePoint list item types include GenericSharePointListItem in the WebObjectType enumeration.
See Also
Reference
ObjectLinkProviderDataSet.WebObjectsRow Class