[This is preliminary documentation and is subject to change.]
Returns whether the logged on user has only readonly previlege on OfficeClip.
If this is true, the user will not be able to change any information
on any OfficeClip screens.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public bool IsReadOnly { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IsReadOnly As Boolean |
Visual C++ |
---|
public: property bool IsReadOnly { bool get (); void set (bool value); } |