ProjectDetailPage.Item property
Gets an item from the list of items on the project detail page.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Item As ListItem
Get
'Usage
Dim instance As ProjectDetailPage
Dim value As ListItem
value = instance.Item
[RemoteAttribute]
public ListItem Item { get; }
Property value
Type: Microsoft.SharePoint.Client.ListItem
A ListItem object.