다음을 통해 공유


ProjectCreationInformation.Description property

Gets or sets the description of the project.

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 ProjectCreationInformation
Dim value As String

value = instance.Description

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

Property value

Type: System.String
The description of the project.

Remarks

The Description property is optional.

See also

Reference

ProjectCreationInformation class

ProjectCreationInformation members

Microsoft.ProjectServer.Client namespace