'Declaration Public MustOverride ReadOnly Property IsLocked As Boolean
'Usage Dim instance As FormDefinition Dim value As Boolean value = instance.IsLocked
public abstract bool IsLocked {get;}
public: __property abstract bool get_IsLocked();
'Declaration Public MustOverride ReadOnly Property IsLocked As Boolean
'Usage Dim instance As FormDefinition Dim value As Boolean value = instance.IsLocked
public abstract bool IsLocked {get;}
public: __property abstract bool get_IsLocked();
You can use this read-only property to determine if the form definition file is locked. The implementation of this method resides in the FormDefinitionFile class or in a class you derive from FormDefinition.
Default value: false