LookupEntry.Id property

Gets the GUID for the lookup table entry.

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 LookupEntry
Dim value As Guid

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

Property value

Type: System.Guid
The lookup table entry GUID.
For a code example, see LookupEntry.

See also

Reference

LookupEntry class

LookupEntry members

Microsoft.ProjectServer.Client namespace