ReferenceWithAssemblyNameAlreadyExists Property
Looks up a localized string similar to A reference to '{0}' (with assembly name '{1}') could not be added. A reference to the component '{2}' with the same assembly name already exists in the project..
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 ReferenceWithAssemblyNameAlreadyExists As String
Get
'Usage
Dim value As String
value = SqlPackageResource.ReferenceWithAssemblyNameAlreadyExists
public static string ReferenceWithAssemblyNameAlreadyExists { get; }
public:
static property String^ ReferenceWithAssemblyNameAlreadyExists {
String^ get ();
}
static member ReferenceWithAssemblyNameAlreadyExists : string
static function get ReferenceWithAssemblyNameAlreadyExists () : String
Property Value
Type: System..::..String