Exception_DuplicateChanges Property

Looks up a localized string similar to There are duplicate changes for file {0}..

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

Syntax

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

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

Property Value

Type: System..::..String

See Also

Reference

Resources Class

Microsoft.VisualStudio.Data.Tools.Design Namespace