FileGroups_FileContentsCouldNotChanged Property

Looks up a localized string similar to The contents of the file {0} cannot be updated because it is not available. For example, this situation might occur if the file is not checked out from your source control provider..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace