Offices that you want assigned to the lead.
Namespace: CWS.Common.LantraxAssembly: Lantrax (in Lantrax.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void AddOffice(
string clientOfficeIdentifier
) |
| Visual Basic |
|---|
Public Sub AddOffice ( _
clientOfficeIdentifier As String _
) |
| Visual C++ |
|---|
public:
void AddOffice(
String^ clientOfficeIdentifier
) |
Parameters
- clientOfficeIdentifier
- Type: System..::..String
Client Identifier of the office that you want this lead assigned to (Available only to clients using Office Coordinators)
See Also