Compartilhar via


ProjectCreationInformation.Description propriedade

Obtém ou define a descrição do projeto.

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

Sintaxe

'Declaração
<RemoteAttribute> _
Public Property Description As String
    Get
    Set
'Uso
Dim instance As ProjectCreationInformation
Dim value As String

value = instance.Description

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

Valor de propriedade

Tipo: System.String
A descrição do projeto.

Comentários

A propriedade Description é opcional.

Ver também

Referência

ProjectCreationInformation classe

ProjectCreationInformation membros

Microsoft.ProjectServer.Client namespace