public enum IdentifierType { Parameter, StringParameter }
Identifier.cs
|
Members |
Description |
|
Parameter |
Enumeration value to indicate the kind of Identifier to be a Parameter |
|
StringParameter |
Enumeration value to indicate the kind of Identifier to be a StringParameter |
This is record com.aimms.pro.api.IdentifierType.