AddServerOnSEContextMenuTitle Property
Looks up a localized string similar to Add SQL Server....
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 AddServerOnSEContextMenuTitle As String
Get
'Usage
Dim value As String
value = SqlPackageResource.AddServerOnSEContextMenuTitle
public static string AddServerOnSEContextMenuTitle { get; }
public:
static property String^ AddServerOnSEContextMenuTitle {
String^ get ();
}
static member AddServerOnSEContextMenuTitle : string
static function get AddServerOnSEContextMenuTitle () : String
Property Value
Type: System..::..String