EventHandlerEnvironmentInputParams Property |
An array of input parameters passed. (Assumes they were in JSON array format)
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic List<string> InputParams { get; }
Public ReadOnly Property InputParams As List(Of String)
Get
public:
virtual property List<String^>^ InputParams {
List<String^>^ get () sealed;
}
Property Value
Type:
ListStringImplements
IEventHandlerEnvironmentInputParams
See Also