Share via


FolderInfo.DeviceName Property

 

Gets and sets the name of the device on which the folder resides.

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

Syntax

[DataMemberAttribute]
public string DeviceName { get; set; }
public:
[DataMemberAttribute]
property String^ DeviceName {
    String^ get();
    void set(String^ value);
}
<DataMemberAttribute>
Public Property DeviceName As String

Property Value

Type: System.String

The device name.

See Also

FolderInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top