다음을 통해 공유


PlanAssignment.FieldValues property

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

Syntax

'Declaration
Public ReadOnly Property FieldValues As Dictionary(Of String, Object)
    Get
'Usage
Dim instance As PlanAssignment
Dim value As Dictionary(Of String, Object)

value = instance.FieldValues
public Dictionary<string, Object> FieldValues { get; }

Property value

Type: System.Collections.Generic.Dictionary<String, Object>

See also

Reference

PlanAssignment class

PlanAssignment members

Microsoft.ProjectServer.Client namespace