Compartilhar via


PhaseCreationInformation.Name propriedade

Obtém ou define o nome da fase.

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

Sintaxe

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

value = instance.Name

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

Valor de propriedade

Tipo: System.String
O nome da fase.

Ver também

Referência

PhaseCreationInformation classe

PhaseCreationInformation membros

Microsoft.ProjectServer.Client namespace