Share via


PropertyClass.Name Property

Gets the name of the property.

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

Syntax

'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As PropertyClass 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
public function get Name () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PropertyClass Class

PropertyClass Members

Microsoft.Data.Schema.SchemaModel Namespace