Freigeben über


PublishedProject.Item-Eigenschaft

Dient zum Abrufen oder ein Element des Projekts festgelegt.

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

Syntax

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

value = instance.Item(fieldName)

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

Parameter

Eigenschaftswert

Typ: System.Object
Ein PublishedProject -Element.

Siehe auch

Referenz

PublishedProject Klasse

PublishedProject-Member

Microsoft.ProjectServer.Client-Namespace