Share via


BackupDirectory.Directory Property

 

Gets the full path of the file system directory from which backups can be retrieved.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public string Directory { get; }
public:
property String^ Directory {
    String^ get();
}
member Directory : string with get
Public ReadOnly Property Directory As String

Property Value

Type: System.String

Returns String. The directory path.

See Also

BackupDirectory Class
Microsoft.GroupPolicy Namespace

Return to top