Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.