.NET Only. Gets if the object has been modified locally.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
bool IsModified { get; }
Visual Basic (Usage)
Dim instance As IChangeable
Dim value As Boolean

value = instance.IsModified

See Also