Share via


DatabaseSchemaViewElementNodeProperties.FilePath Property

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.Properties
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public ReadOnly Property FilePath As String
'Usage
Dim instance As DatabaseSchemaViewElementNodeProperties 
Dim value As String 

value = instance.FilePath
[BrowsableAttribute(true)]
public string FilePath { get; }
[BrowsableAttribute(true)]
public:
property String^ FilePath {
    String^ get ();
}
public function get FilePath () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DatabaseSchemaViewElementNodeProperties Class

DatabaseSchemaViewElementNodeProperties Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.Properties Namespace