SV_Properties_FullPath Property

Looks up a localized string similar to Full Path.

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

Syntax

'Declaration
Public Shared ReadOnly Property SV_Properties_FullPath As String
    Get
'Usage
Dim value As String

value = SqlPackageResource.SV_Properties_FullPath
public static string SV_Properties_FullPath { get; }
public:
static property String^ SV_Properties_FullPath {
    String^ get ();
}
static member SV_Properties_FullPath : string
static function get SV_Properties_FullPath () : String

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace