LookupTable.Id property
Obtém o GUID da tabela de pesquisa.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaração
<RemoteAttribute> _
Public ReadOnly Property Id As Guid
Get
'Uso
Dim instance As LookupTable
Dim value As Guid
value = instance.Id
[RemoteAttribute]
public Guid Id { get; }
Property value
Type: System.Guid
A tabela de pesquisa GUID.
Remarks
Para obter um exemplo de código, consulte LookupTable