OperatorParameterGetAllowedStringValues Method |
Gets the allowed values (if applicable) for the
StringValue property.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic IEnumerable<string> GetAllowedStringValues()
Public Function GetAllowedStringValues As IEnumerable(Of String)
public:
IEnumerable<String^>^ GetAllowedStringValues()
member GetAllowedStringValues : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableString
The allowed values for
StringValue.
See Also