ISentryCanCreate Property |
Can you create new objects owned by the same user as this object? This property is only meaningful on new objects with identity = 0
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property CanCreate As Boolean
Get
Dim instance As ISentry
Dim value As Boolean
value = instance.CanCreate
property bool CanCreate {
bool get ();
}
Property Value
Type:
Boolean
See Also