[Missing <summary> documentation for "P:Caisis.BOL.BusinessObject.IsExportable"]

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IsExportable { get; }
Visual Basic
Public ReadOnly Property IsExportable As Boolean
	Get
Visual C++
public:
virtual property bool IsExportable {
	bool get () sealed;
}

Property Value

Type: Boolean

Implements

IBusinessObject..::..IsExportable

See Also