Click or drag to resize

IPersonSentry Property

Sentry settings for this object. Lets you find out your read/write access to the object.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
SOSentry Sentry { get; }

Property Value

Type: SOSentry
Examples

Sentry

VB
 Dim objSO
Set objSO = CreateObject("SuperOffice.Application")
If not (objSO is nothing) Then
    MsgBox "Current person Sentry AreAllRequiredFieldsFilled: " & objSO.CurrentPerson.Sentry.AreAllRequiredFieldsFilled, vbInformation + vbOkOnly, "SuperCOM"
else
    MsgBox "Unable to connect to database"
end if
Set objSO = Nothing

See Also