Resources.DacFxIncompatibility_LearnMore Property

This class supports the product infrastructure and is not intended to be used directly from your code.

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

Syntax

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

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

Property Value

Type: System.String
Returns String.

See Also

Reference

Resources Class

Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer Namespace