ModelBus_PublisherAlreadySpecified Property

Looks up a localized string similar to A publisher for this topic has already been specified..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace