IPluginExecutionContext.OutputParameters Property
Gets the properties of the response message which is returned as part of pipeline execution.
Syntax
[Visual Basic .NET]
OverridablePublic ReadOnly Property OutputParameters As PropertyBag
[C#]
public virtual PropertyBag OutputParameters {get;}Property Value
The value of this property is a PropertyBag type.
Remarks
This property is read only. This value can be modified by the plug-in in pre and post stages. However, if modified in the pre stage, it is overwritten during the platform core operation stage. The common property returned from a Response is a GUID of an entity.
Requirements
Namespace: Microsoft.Crm.Sdk
Assembly: Microsoft.Crm.Sdk.dll
See Also
Concepts
Reference
© 2009 Microsoft Corporation. All rights reserved.