Share via


InputDescriptor.Name Property

Gets or sets the friendly name of the input.

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

Syntax

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

Property Value

Type: System.String
The friendly name of the input.

.NET Framework Security

See Also

Reference

InputDescriptor Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace