DraftProject.Description property

Gets or sets a project description.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property Description As String
    Get
    Set
'Usage
Dim instance As DraftProject
Dim value As String

value = instance.Description

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

Property value

Type: System.String
An object that contains the project description.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace