RemoteExecutionContext.SharedVariables Property

 

Applies To: Dynamics CRM 2015

Gets the custom properties that are shared between plug-ins.

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

Syntax

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

Property Value

Type: Microsoft.Xrm.Sdk.ParameterCollection

Type: ParameterCollection
The custom properties that are shared between plug-ins.

Implements

IExecutionContext.SharedVariables

See Also

RemoteExecutionContext Class
Microsoft.Xrm.Sdk Namespace
Pass data between plug-ins

Return to top

© 2016 Microsoft. All rights reserved. Copyright