Represents an instance, which has code and name
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic interface ICodeNamePair
Public Interface ICodeNamePair
public interface class ICodeNamePair
type ICodeNamePair = interface end
The ICodeNamePair type exposes the following members.
Properties
| Name | Description |
---|
 | Code |
Gets the code.
|
 | Name |
Gets the name.
|
Top
See Also