  | RevisionIsModeratedNotLocked Property | 
This is preliminary documentation and is subject to change.
            Determines whether the post has been moderated but not locked.
            
Namespace: WikiClientLibrary.FlowAssembly: WikiClientLibrary.Flow (in WikiClientLibrary.Flow.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic bool IsModeratedNotLocked { get; init; }Public Property IsModeratedNotLocked As Boolean
	Get
	Set
Dim instance As Revision
Dim value As Boolean
value = instance.IsModeratedNotLocked
instance.IsModeratedNotLocked = value
public:
property bool IsModeratedNotLocked {
	bool get ();
	void set (bool value);
}member IsModeratedNotLocked : bool with get, set
Property Value
Boolean
See Also