HomeDirectoryResponse.Path Property

 

Optional. Gets or sets the file path to the home directory

Namespace:   Microsoft.Azure.Management.DataLake.StoreFileSystem.Models
Assembly:  Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)

Syntax

public string Path { get; set; }
public:
property String^ Path {
    String^ get();
    void set(String^ value);
}
member Path : string with get, set
Public Property Path As String

Property Value

Type: System.String

See Also

HomeDirectoryResponse Class
Microsoft.Azure.Management.DataLake.StoreFileSystem.Models Namespace

Return to top