TaskListImportInfo.ListUniqueId property
Gets or sets the GUID for the imported task list.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.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
A GUID value.