Checks if configuration schema exists.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public virtual bool HasSchema { get; set; }
Public Overridable Property HasSchema As Boolean
Get
Set
public:
virtual property bool HasSchema {
bool get ();
void set (bool value);
}
abstract HasSchema : bool with get, set
override HasSchema : bool with get, set
Property Value
Type:
BooleanSee Also