Generator.ExtensionHandle Property
Gets the extension handle.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ExtensionHandle As ExtensionHandle
Get
'Usage
Dim instance As Generator
Dim value As ExtensionHandle
value = instance.ExtensionHandle
public ExtensionHandle ExtensionHandle { get; }
public:
virtual property ExtensionHandle^ ExtensionHandle {
ExtensionHandle^ get () sealed;
}
final function get ExtensionHandle () : ExtensionHandle
abstract ExtensionHandle : ExtensionHandle
override ExtensionHandle : ExtensionHandle
Property Value
Type: Microsoft.Data.Schema.Extensibility.ExtensionHandle
Returns a 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.