ProjectDoNotConvert_Details_Label Property

Looks up a localized string similar to You will not be prompted to convert this project again..

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

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

Property Value

Type: System..::..String

See Also

Reference

ConversionDialogResources Class

Microsoft.VisualStudio.Data.Tools.Package.Conversion Namespace