Back to Devexpress

SerializableObjectLayerClient.Dictionary Property

xpo-devexpress-dot-xpo-dot-serializableobjectlayerclient-3a26bffd.md

latest1.5 KB
Original Source

SerializableObjectLayerClient.Dictionary Property

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

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[Browsable(false)]
public XPDictionary Dictionary { get; }
vb
<Browsable(False)>
Public ReadOnly Property Dictionary As XPDictionary

Property Value

TypeDescription
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

SerializableObjectLayerClient Class

SerializableObjectLayerClient Members

DevExpress.Xpo Namespace