The Code representing the key to the Customer Type

Namespace: Asi.iBO.SystemConfig
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string CustomerTypeCode { get; }
Visual Basic
Public ReadOnly Property CustomerTypeCode As String
	Get
Visual C++
public:
property String^ CustomerTypeCode {
	String^ get ();
}

See Also