PropertyPage_Signing_NewPassMismatch Property

Looks up a localized string similar to The new passwords do not match. Enter the password again..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace