FileStatePersistenceService.BasePath Property

Specifies the root folder for the persisted state.

Namespace: Microsoft.Practices.CompositeUI.Services
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Property BasePath As String
'Usage
Dim instance As FileStatePersistenceService
Dim value As String

value = instance.BasePath

instance.BasePath = value
public string BasePath { get; set; }
public:
property String^ BasePath {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_BasePath ()

/** @property */
public void set_BasePath (String value)
public function get BasePath () : String

public function set BasePath (value : String)

Remarks

If the value is a relative path, it will be resolved relative to the BaseDirectory.

See Also

Reference

FileStatePersistenceService Class
FileStatePersistenceService Members
Microsoft.Practices.CompositeUI.Services Namespace