IGHARemotePropertyDescriptorIsSaveOnChange Property |
When set to true, changing this property triggers an immediate saving of the GHA Hierarchy. Normally, the saving
is scheduled to occur periodically. Use sparingly, as this is an expensive transaction
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax bool IsSaveOnChange { get; set; }
Property IsSaveOnChange As Boolean
Get
Set
property bool IsSaveOnChange {
bool get ();
void set (bool value);
}
abstract IsSaveOnChange : bool with get, set
Property Value
Type:
BooleanSee Also