Click or drag to resize

IMcImageSetTemplateModified Property

Gets or sets the modified flag.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Property Modified As Boolean
	Get
	Set

Property Value

Type: Boolean
Remarks
Gets or sets the modified flag for this set. The flag is automatically cleared when the set is saved, at which time a PropertyChanged notification will be fired on the Modified property. This flag will be set automatically whenever any property of the set is modified also, but the notification that will be fired in that case is the SetChanged notification (which includes information about which property of the set was changed).
See Also