EntityType.ID property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ID As Guid
Get
'Usage
Dim instance As EntityType
Dim value As Guid
value = instance.ID
public Guid ID { get; }
Property value
Type: System.Guid