LookupEntryCreationInformation class
Fornece informações para a criação de uma entrada de tabela de pesquisa.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.ProjectServer.Client.LookupEntryCreationInformation
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaração
<ScriptTypeAttribute("PS.LookupEntryCreationInformation", ValueObject := True, _
ServerTypeId := "{94b03b0e-e73f-42f2-907e-bfa010beb957}")> _
Public Class LookupEntryCreationInformation _
Inherits ClientValueObject
'Uso
Dim instance As LookupEntryCreationInformation
[ScriptTypeAttribute("PS.LookupEntryCreationInformation", ValueObject = true,
ServerTypeId = "{94b03b0e-e73f-42f2-907e-bfa010beb957}")]
public class LookupEntryCreationInformation : ClientValueObject
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.