IExecutionContext.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

ParameterCollection SharedVariables { get; }
property ParameterCollection^ SharedVariables {
    ParameterCollection^ get();
}
abstract SharedVariables : ParameterCollection with get
ReadOnly Property SharedVariables As ParameterCollection

Property Value

Type: Microsoft.Xrm.Sdk.ParameterCollection

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

See Also

IExecutionContext Interface
Microsoft.Xrm.Sdk Namespace
Pass data between plug-ins

Return to top

© 2016 Microsoft. All rights reserved. Copyright