Share via


SchemaViewElementNodeProperties.FileName 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 FileName As String
[BrowsableAttribute(true)]
public string FileName { get; }
[BrowsableAttribute(true)]
public:
property String^ FileName {
    String^ get ();
}
[<BrowsableAttribute(true)>]
member FileName : string
function get FileName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SchemaViewElementNodeProperties Class

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