IExecutionContext.InputParameters Property
Applies To: Dynamics CRM 2015
Gets the parameters of the request message that triggered the event that caused the plug-in to execute.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
ParameterCollection InputParameters { get; }
property ParameterCollection^ InputParameters {
ParameterCollection^ get();
}
abstract InputParameters : ParameterCollection with get
ReadOnly Property InputParameters As ParameterCollection
Property Value
Type: Microsoft.Xrm.Sdk.ParameterCollection
Type: ParameterCollection
The parameters of the request message that triggered the event that caused the plug-in to execute.
See Also
OutputParameters
IExecutionContext Interface
Microsoft.Xrm.Sdk Namespace
Input and output parameters
Use messages (request and response classes) with the Execute method
Return to top
© 2016 Microsoft. All rights reserved. Copyright