PropertyPage_AssemblyInfo_BadWildcard Property

Looks up a localized string similar to A wildcard ("*") is not allowed in this field..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace