ModelBus_NoPublisherForTopic Property
Looks up a localized string similar to Unable to find a publisher for this message topic..
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_NoPublisherForTopic As String
Get
'Usage
Dim value As String
value = SqlPackageResource.ModelBus_NoPublisherForTopic
public static string ModelBus_NoPublisherForTopic { get; }
public:
static property String^ ModelBus_NoPublisherForTopic {
String^ get ();
}
static member ModelBus_NoPublisherForTopic : string
static function get ModelBus_NoPublisherForTopic () : String
Property Value
Type: System..::..String