TaskListImportInfo.ProjectUniqueId property
Gets or sets
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property ProjectUniqueId As Guid
Get
Set
'Usage
Dim instance As TaskListImportInfo
Dim value As Guid
value = instance.ProjectUniqueId
instance.ProjectUniqueId = value
public Guid ProjectUniqueId { get; set; }
Property value
Type: System.Guid