Share via


ExtensionLoadError.AssociatedExtension Property

Gets the associated extension handle.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property AssociatedExtension As ExtensionHandle
public ExtensionHandle AssociatedExtension { get; }
public:
property ExtensionHandle^ AssociatedExtension {
    ExtensionHandle^ get ();
}
member AssociatedExtension : ExtensionHandle
function get AssociatedExtension () : ExtensionHandle

Property Value

Type: Microsoft.Data.Schema.Extensibility.ExtensionHandle
The associated extension handle.

.NET Framework Security

See Also

Reference

ExtensionLoadError Class

Microsoft.Data.Schema.Extensibility Namespace

ExtensionHandle