Click or drag to resize

IPersonGroup Property

Primary User Group of owning associate. Set implicitly by AssociateId. Not currently used.

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

Property Value

Type: IListTextItem
Examples

Group

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

See Also