Share via


DatabaseProjectPropertySetFailedException.OldValue Property

Gets or sets the old value that it tried to change.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Property OldValue As String
public string OldValue { get; private set; }
public:
property String^ OldValue {
    String^ get ();
    private: void set (String^ value);
}
member OldValue : string with get, private set
function get OldValue () : String
private function set OldValue (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DatabaseProjectPropertySetFailedException Class

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace