EntityType.ID property

Gets the GUID of the entity type.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property ID As Guid
    Get
'Usage
Dim instance As EntityType
Dim value As Guid

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

Property value

Type: System.Guid
The entity GUID.

See also

Reference

EntityType class

EntityType members

Microsoft.ProjectServer.Client namespace