ISOPictureIsReadOnly Property |
Returns true if the picture is read-only. Person and Project pictures are read/write, Status monitors are usually read-only.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property IsReadOnly As Boolean
Get
Dim instance As ISOPicture
Dim value As Boolean
value = instance.IsReadOnly
property bool IsReadOnly {
bool get ();
}
Property Value
Type:
Boolean
See Also