Share via


SchemaViewNodeProperties.Name Property

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public ReadOnly Property Name As String
[BrowsableAttribute(true)]
public string Name { get; }
[BrowsableAttribute(true)]
public:
property String^ Name {
    String^ get ();
}
[<BrowsableAttribute(true)>]
member Name : string
function get Name () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SchemaViewNodeProperties Class

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.Internal Namespace