UnitTestingDesignService.IExtensionInformation.ExtensionHandle Property
Namespace: Microsoft.Data.Schema.UnitTesting
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Private ReadOnly Property ExtensionHandle As ExtensionHandle
Implements IExtensionInformation.ExtensionHandle
ExtensionHandle IExtensionInformation.ExtensionHandle { get; }
private:
virtual property ExtensionHandle^ ExtensionHandle {
ExtensionHandle^ get () sealed = IExtensionInformation::ExtensionHandle::get;
}
private abstract ExtensionHandle : ExtensionHandle
private override ExtensionHandle : ExtensionHandle
JScript does not support explicit interface implementations.
Property Value
Type: Microsoft.Data.Schema.Extensibility.ExtensionHandle
Implements
IExtensionInformation.ExtensionHandle
.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.