Share via


LookupText class

Define uma entrada em uma tabela de pesquisa do tipo Text.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.ProjectServer.Client.LookupEntry
      Microsoft.ProjectServer.Client.LookupText

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

Syntax

'Declaração
<ScriptTypeAttribute("PS.LookupText", ServerTypeId := "{de66d57e-c57b-495c-9ddf-fd383b41d818}")> _
Public Class LookupText _
    Inherits LookupEntry
'Uso
Dim instance As LookupText
[ScriptTypeAttribute("PS.LookupText", ServerTypeId = "{de66d57e-c57b-495c-9ddf-fd383b41d818}")]
public class LookupText : LookupEntry

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

LookupText members

Microsoft.ProjectServer.Client namespace