Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SerializableObjectLayerClient.Dictionary Property

Gets an object providing metadata on persistent objects stored in a data store.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

[Browsable(false)]
public XPDictionary Dictionary { get; }

Property Value

Type Description
XPDictionary

An XPDictionary object which provides metadata on persistent objects stored in a data store.

Remarks

For the SerializableObjectLayerClient, the Dictionary property returns the object passed as the dictionary parameter to the corresponding SerializableObjectLayerClient overloaded constructor.

See Also