Gets or sets an indicator of whether this contact is an institute/company (true) or a Person (false).
Namespace:
Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public bool IsInstitute { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property IsInstitute As Boolean |
| Visual C++ |
|---|
public: property bool IsInstitute { bool get (); void set (bool value); } |