PublishedProjectResource.Item - Propriété

Obtient un élément de ressource dans le projet publié.

Espace de noms :  Microsoft.ProjectServer.Client
Assembly :  Microsoft.ProjectServer.Client (dans Microsoft.ProjectServer.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Item ( _
    fieldName As String _
) As Object
    Get
'Utilisation
Dim instance As PublishedProjectResource
Dim fieldName As String
Dim value As Object

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

Paramètres

  • fieldName
    Type : System.String

    Le nom d'un élément de projet.

Valeur de propriété

Type : System.Object
Un élément PublishedProjectResource .

Voir aussi

Référence

PublishedProjectResource classe

PublishedProjectResource - Membres

Microsoft.ProjectServer.Client - Espace de noms