Share via


ColumnConfigAnnotation.GeneratorExtensionHandleXml Property

Gets or sets the extension handle string.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property GeneratorExtensionHandleXml As String
public string GeneratorExtensionHandleXml { get; set; }
public:
property String^ GeneratorExtensionHandleXml {
    String^ get ();
    void set (String^ value);
}
member GeneratorExtensionHandleXml : string with get, set
function get GeneratorExtensionHandleXml () : String
function set GeneratorExtensionHandleXml (value : String)

Property Value

Type: System.String
The handle.

.NET Framework Security

See Also

Reference

ColumnConfigAnnotation Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace