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.
Indicates the unique identifier of the SharePoint list that contains the web object.
Namespace: WebSvcObjectLinkProvider
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WOBJ_LIST_NAME As Guid
Get
Set
'Usage
Dim instance As ObjectLinkProviderDataSet.WebObjectsRow
Dim value As Guid
value = instance.WOBJ_LIST_NAME
instance.WOBJ_LIST_NAME = value
public Guid WOBJ_LIST_NAME { get; set; }
Property value
Type: System.Guid
The GUID of the SharePoint list.
See also
Reference
ObjectLinkProviderDataSet.WebObjectsRow class