IMcPropertyDictionaryModified Property
|
|
Gets or sets the collection modified flag.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxProperty Modified As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksGets or sets the collection modified flag. The flag is automatically cleared when
the collection is saved. A corresponding event is fired if the collection is modified
by adding, removing, or opening additional property information. Note that modified flag will be set
whenever any property of any of the property information classes is set also, but the notification that will
fired in that case is the PropertyInformationChanged notification (which includes information
about which property description was
modified and which property of that property information was changed).
See Also