PlanAssignment.Code property

Gets any code, abbreviation, or number that is entered as custom information for a plan assignment.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Code As String
    Get
'Usage
Dim instance As PlanAssignment
Dim value As String

value = instance.Code
[RemoteAttribute]
public string Code { get; }

Property value

Type: System.String
A string that contains plan assignment information.

See also

Reference

PlanAssignment class

PlanAssignment members

Microsoft.ProjectServer.Client namespace