ToMessageType Property
Looks up a localized string similar to to_message_type.
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 ToMessageType As String
Get
'Usage
Dim value As String
value = SqlPackageResource.ToMessageType
public static string ToMessageType { get; }
public:
static property String^ ToMessageType {
String^ get ();
}
static member ToMessageType : string
static function get ToMessageType () : String
Property Value
Type: System..::..String