Share via


Folder.DeviceName Property

 

Gets the name of the device that contains the folder.

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top