Click or drag to resize

CompanyCompanyID Property

Company ID Code

Namespace:  ConneXion
Assembly:  ConneXion (in ConneXion.dll) Version: 2020.0
Syntax
public string CompanyID { get; set; }

Property Value

Type: String

Return Value

Type: String
Remarks
Note Note
  • Name - CompanyID
Tip Tip

The CompanyID exposes the same private member as EntityID from the Entity base class, so only one of these properties is required. If both properties are being used the property that is set last will prevail.

See Also