Compartilhar via


TaskListImportInfo.ListUniqueId propriedade

Obtém ou define o GUID da lista de tarefas importado.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)

Sintaxe

'Declaração
Public Property ListUniqueId As Guid
    Get
    Set
'Uso
Dim instance As TaskListImportInfo
Dim value As Guid

value = instance.ListUniqueId

instance.ListUniqueId = value
public Guid ListUniqueId { get; set; }

Valor de propriedade

Tipo: System.Guid
Um valor GUID.

Ver também

Referência

TaskListImportInfo estrutura

TaskListImportInfo membros

Microsoft.Office.Project.Server.Library namespace