v1 Property

Looks up a localized string similar to Microsoft .NET Framework v1.0.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace