PublishedProjectResource.Item property

Gets a resource item in the published project.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Item ( _
    fieldName As String _
) As Object
    Get
'Usage
Dim instance As PublishedProjectResource
Dim fieldName As String
Dim value As Object

value = instance.Item(fieldName)
public Object this[
    string fieldName
] { get; }

Parameters

Property value

Type: System.Object
A PublishedProjectResource item.

See also

Reference

PublishedProjectResource class

PublishedProjectResource members

Microsoft.ProjectServer.Client namespace