CompilationInputObjectType Property |
Gets the type of the input object.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Type InputObjectType { get; }
Public ReadOnly Property InputObjectType As Type
Get
public:
property Type^ InputObjectType {
Type^ get ();
}
member InputObjectType : Type with get
Property Value
Type:
Type
The type of the input object.
See Also