FileGroups_FileContentsChanged Property

Looks up a localized string similar to The upgrade process modified the contents of the file {0}..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace