ColumnConfigAnnotation.OutputKey Property

Gets or sets an output key.

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

Syntax

'Declaration
Public Property OutputKey As String
    Get
    Set
'Usage
Dim instance As ColumnConfigAnnotation
Dim value As String

value = instance.OutputKey

instance.OutputKey = value
public string OutputKey { get; set; }
public:
property String^ OutputKey {
    String^ get ();
    void set (String^ value);
}
function get OutputKey () : String
function set OutputKey (value : String)
member OutputKey : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ColumnConfigAnnotation Class

ColumnConfigAnnotation Members

Microsoft.Data.Schema.DataGenerator Namespace