Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an item in a plan assignment.
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 PlanAssignment
Dim fieldName As String
Dim value As Object
value = instance.Item(fieldName)
instance.Item(fieldName) = value
public Object this[
string fieldName
] { get; set; }
Parameters
fieldName
Type: System.StringThe name of a plan assignment item.
Property value
Type: System.Object
A PlanAssignment item.