LearnMoreLink Property
Looks up a localized string similar to Learn more about converting to SQL Server Database Projects....
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Conversion
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Shared ReadOnly Property LearnMoreLink As String
Get
'Usage
Dim value As String
value = ConversionDialogResources.LearnMoreLink
public static string LearnMoreLink { get; }
public:
static property String^ LearnMoreLink {
String^ get ();
}
static member LearnMoreLink : string
static function get LearnMoreLink () : String
Property Value
Type: System..::..String
See Also
Reference
ConversionDialogResources Class
Microsoft.VisualStudio.Data.Tools.Package.Conversion Namespace