GeneralParametersIsChannelLockEnabled Method |
Gets whether or not channel lock is enabled.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.6.39.0 (1.6.39.0)
Syntaxpublic bool IsChannelLockEnabled()
Public Function IsChannelLockEnabled As Boolean
public:
bool IsChannelLockEnabled()
member IsChannelLockEnabled : unit -> bool
Return Value
Type:
BooleanWhether or not channel lock is enabled.
See Also