PublishedTask.Contact propriedade
Obtém o nome da pessoa que é responsável por uma tarefa.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (em Microsoft.ProjectServer.Client.dll)
Sintaxe
'Declaração
<RemoteAttribute> _
Public ReadOnly Property Contact As String
Get
'Uso
Dim instance As PublishedTask
Dim value As String
value = instance.Contact
[RemoteAttribute]
public string Contact { get; }
Valor de propriedade
Tipo: System.String
O contato da tarefa.