Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the unique identifier for the SharePoint list (tp_ID) for the web object.
Namespace: WebSvcObjectLinkProvider
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WOBJ_TP_ID As Integer
Get
Set
'Usage
Dim instance As ObjectLinkProviderDataSet.WebObjectsRow
Dim value As Integer
value = instance.WOBJ_TP_ID
instance.WOBJ_TP_ID = value
public int WOBJ_TP_ID { get; set; }
Property value
Type: System.Int32
The GUID of the SharePoint list.
See also
Reference
ObjectLinkProviderDataSet.WebObjectsRow class