| 
SDTProperties
LockSettings Property
  | 
 Gets or sets a value that specifies locking behaviors
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public LockSettingsType LockSettings { get; set; }
 
Public Property LockSettings As LockSettingsType
	Get
	Set
 
public:
property LockSettingsType LockSettings {
	LockSettingsType get ();
	void set (LockSettingsType value);
}
 
member LockSettings : LockSettingsType with get, set
 
 
 
Property Value
 
 Type:
 
LockSettingsType
 
 
 See Also
See Also