EnterpriseResourceCreationInformation.Id property

Gets or sets the GUID of the enterprise resource.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property Id As Guid
    Get
    Set
'Usage
Dim instance As EnterpriseResourceCreationInformation
Dim value As Guid

value = instance.Id

instance.Id = value
[RemoteAttribute]
public Guid Id { get; set; }

Property value

Type: System.Guid
The GUID of the enterprise resource.

See also

Reference

EnterpriseResourceCreationInformation class

EnterpriseResourceCreationInformation members

Microsoft.ProjectServer.Client namespace