Back to Devexpress

SerializableObjectLayerService.SerializableObjectLayer Property

xpo-devexpress-dot-xpo-dot-db-dot-serializableobjectlayerservice.md

latest1.5 KB
Original Source

SerializableObjectLayerService.SerializableObjectLayer Property

Returns a serializable object layer used to initialize the current SerializableObjectLayerService instance.

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public ISerializableObjectLayer SerializableObjectLayer { get; }
vb
Public ReadOnly Property SerializableObjectLayer As ISerializableObjectLayer

Property Value

TypeDescription
ISerializableObjectLayer

An ISerializableObjectLayer implementor passed as a parameter to the SerializableObjectLayerService constructor.

|

See Also

SerializableObjectLayerService Class

SerializableObjectLayerService Members

DevExpress.Xpo.DB Namespace