RemoteExecutionContext.OutputParameters Property

 

Applies To: Dynamics CRM 2015

Gets the parameters of the response message after the core platform operation has completed.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public ParameterCollection OutputParameters { get; }
public:
[DataMemberAttribute]
property ParameterCollection^ OutputParameters {
    virtual ParameterCollection^ get() sealed;
}
[<DataMemberAttribute>]
abstract OutputParameters : ParameterCollection with get
[<DataMemberAttribute>]
override OutputParameters : ParameterCollection with get
<DataMemberAttribute>
Public ReadOnly Property OutputParameters As ParameterCollection

Property Value

Type: Microsoft.Xrm.Sdk.ParameterCollection

Type: ParameterCollection
The parameters of the response message.

Implements

IExecutionContext.OutputParameters

See Also

InputParameters
RemoteExecutionContext Class
Microsoft.Xrm.Sdk Namespace
Understand the data context passed to a plug-in
Use messages (request and response classes) with the Execute method

Return to top

© 2016 Microsoft. All rights reserved. Copyright