Jaa


EnvironmentSourceViewModel.LastEnvironmentDeltaSavedFilePath Property

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Property LastEnvironmentDeltaSavedFilePath As String
public string LastEnvironmentDeltaSavedFilePath { get; set; }
public:
property String^ LastEnvironmentDeltaSavedFilePath {
    String^ get ();
    void set (String^ value);
}
public function get LastEnvironmentDeltaSavedFilePath () : String
public function set LastEnvironmentDeltaSavedFilePath (value : String)

See Also

EnvironmentSourceViewModel Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics Namespace