AssignmentCreationInformation.Notes propriedade
Obtém ou define as anotações para a atribuição.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (em Microsoft.ProjectServer.Client.dll)
Sintaxe
'Declaração
<RemoteAttribute> _
Public Property Notes As String
Get
Set
'Uso
Dim instance As AssignmentCreationInformation
Dim value As String
value = instance.Notes
instance.Notes = value
[RemoteAttribute]
public string Notes { get; set; }
Valor de propriedade
Tipo: System.String
O valor de texto de anotações da atribuição.
Ver também
Referência
AssignmentCreationInformation classe