LookupEntry Class

Definition

[Microsoft.SharePoint.Client.ScriptType("PS.LookupEntry", ServerTypeId="{3e819ea7-2e1b-45a1-98b2-0179382830c0}")]
public class LookupEntry : Microsoft.SharePoint.Client.ClientObject
type LookupEntry = class
    inherit ClientObject
Public Class LookupEntry
Inherits ClientObject
Inheritance
LookupEntry
Derived
Attributes

Constructors

LookupEntry(ClientRuntimeContext, ObjectPath)

Properties

AppAlternateId
Context (Inherited from ClientObject)
Description
FullValue
Id
InternalName
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
ServerObjectIsNull (Inherited from ClientObject)
SortIndex
Tag (Inherited from ClientObject)
TypedObject (Inherited from ClientObject)

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
DeleteObject()
FromJson(JsonReader) (Inherited from ClientObject)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to