SV_Properties_Filename Property

Looks up a localized string similar to File Name.

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_Filename As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace