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
fieldName
Typ: System.StringDer Name eines Project-Elements.
Eigenschaftswert
Typ: System.Object
Ein PublishedProject -Element.