Skip to main content
A newer version of this page is available. .

SerializableObjectLayerService.SerializableObjectLayer Property

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public ISerializableObjectLayer SerializableObjectLayer { get; }

Property Value

Type Description
ISerializableObjectLayer

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

See Also