DatabaseSchemaViewElementNodeProperties.FilePath Property
Gets the file path of the node object.
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
Get
'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 ();
}
function get FilePath () : String
[<BrowsableAttribute(true)>]
member FilePath : string
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabaseSchemaViewElementNodeProperties Class