IExecutionContext.OwningExtension Property

 

Applies To: Dynamics CRM 2015

Gets a reference to the related SdkMessageProcessingingStep or ServiceEndpoint.

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

Syntax

EntityReference OwningExtension { get; }
property EntityReference^ OwningExtension {
    EntityReference^ get();
}
abstract OwningExtension : EntityReference with get
ReadOnly Property OwningExtension As EntityReference

Property Value

Type: Microsoft.Xrm.Sdk.EntityReference

Type: EntityReference
A reference to the related SdkMessageProcessingingStep or ServiceEndpoint.entity.

Remarks

An SdkMessageProcessingingStep entity is used for plug-in registration and a ServiceEndpoint entity is used for Microsoft Azure integration.

See Also

IExecutionContext Interface
Microsoft.Xrm.Sdk Namespace
Plug-in registration entities
ServiceEndpoint entity messages and methods
Send Microsoft Dynamics CRM data over the Azure Service Bus

Return to top

© 2016 Microsoft. All rights reserved. Copyright