IPluginExecutionContext.InputParameters Property
Gets the parameters of the request message which triggered the event.
Syntax
[Visual Basic .NET]
OverridablePublic ReadOnly Property InputParameters As PropertyBag
[C#]
public virtual PropertyBag InputParameters {get;}
Property Value
The value of this property is a PropertyBag type.
Remarks
This property is read only.
This property takes one of the ParameterName enumeration values.
Requirements
Namespace: Microsoft.Crm.Sdk
Assembly: Microsoft.Crm.Sdk.dll
See Also
Concepts
Reference
© 2009 Microsoft Corporation. All rights reserved.