Share via


Folder.Path Property

 

Gets the path of the folder.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public string Path { get; internal set; }
public:
property String^ Path {
    String^ get();
    internal: void set(String^ value);
}
Public Property Path As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

A string that contains the path of the folder.

See Also

Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top