ObjectLinkProviderDataSet.WebObjectsRow.WOBJ_LIST_NAME Property
Indicates the unique identifier of the SharePoint list that contains the Web object.
Namespace: WebSvcObjectLinkProvider
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
GUID of the SharePoint list.
See Also
Reference
ObjectLinkProviderDataSet.WebObjectsRow Class