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