Share via


Task.WorkBreakdownStructure property

Gets a code that identifies a location in a hierarchical structure that is used to organize tasks for reporting schedules and tracking costs.

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

Syntax

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

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

Property value

Type: System.String
An alphanumeric code.

Remarks

Work breakdown structure (WBS) codes are alphanumeric codes that you can use to represent the associated task's position within the hierarchical structure of the project.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace