OutputAttribute.Name Property

The name of the attribute.

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 name of the attribute.

.NET Framework Security

See Also

Reference

OutputAttribute Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace