Click or drag to resize

GHAPropertyAttributeIsSaveOnChange Property

[This is preliminary documentation and is subject to change.]

Instructs GHA to save it's current state when the property is changed Use sparingly. This is not intended to be used on properties that change frequently The default is false

Namespace:  GHASchema.Attributes
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public bool IsSaveOnChange { get; set; }

Property Value

Type: Boolean
See Also