ReferencesPropertyPage_ReadOnlyWarningMessage Property

Looks up a localized string similar to The project file is read-only. To modify this file, you must have the appropriate permissions, and you must check it out from source control..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace