FilePath Property

Gets or sets the path of the package

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Property FilePath As String
    Get
    Set
'Usage
Dim instance As ImportDacpacSettings
Dim value As String

value = instance.FilePath

instance.FilePath = value
public string FilePath { get; set; }
public:
property String^ FilePath {
    String^ get ();
    void set (String^ value);
}
member FilePath : string with get, set
function get FilePath () : String
function set FilePath (value : String)

Property Value

Type: System..::..String

See Also

Reference

ImportDacpacSettings Class

Microsoft.VisualStudio.Data.Tools.Package.Project Namespace