ProvisioningSimpleServiceNoSave Property |
Gets or sets a value indicating whether this service is saved in database, that is, whether this service is direct provisioned service.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public bool NoSave { get; set; }
Public Property NoSave As Boolean
Get
Set
public:
property bool NoSave {
bool get ();
void set (bool value);
}
member NoSave : bool with get, set
Property Value
Type:
BooleanTrue if service should not be saved in database; otherwise,
false.
See Also