TaskListImportInfo.ListUniqueId property
Gets or sets the GUID of the task list that is imported.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ListUniqueId As Guid
Get
Set
'Usage
Dim instance As TaskListImportInfo
Dim value As Guid
value = instance.ListUniqueId
instance.ListUniqueId = value
public Guid ListUniqueId { get; set; }
Property value
Type: System.Guid
The GUID of the task list.