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