Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the reference to ExtensionManager.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property ExtensionManager As ExtensionManager
'Usage
Dim instance As ExtensionHandle
Dim value As ExtensionManager
value = instance.ExtensionManager
instance.ExtensionManager = value
public ExtensionManager ExtensionManager { get; internal set; }
public:
property ExtensionManager^ ExtensionManager {
ExtensionManager^ get ();
void set (ExtensionManager^ value);
}
public function get ExtensionManager () : ExtensionManager
public function set ExtensionManager (value : ExtensionManager)
Property Value
Type: Microsoft.Data.Schema.Extensibility.ExtensionManager
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.