Share via


ColumnConfigAnnotation.OutputKey Property

Gets or sets an output key.

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ColumnConfigAnnotation Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace