Share via


TaskListImportInfo.WebUniqueId property

Gets or sets the GUID value for the instance of Project Web App that is running.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.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
A GUID value.

See also

Reference

TaskListImportInfo structure

TaskListImportInfo members

Microsoft.Office.Project.Server.Library namespace