Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The name of the device that contains the folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public string DeviceName { get; private set; }
public:
property String^ DeviceName {
String^ get();
private: void set(String^ value);
}
Public Property DeviceName As String
Get
Private Set
End Property
Property Value
Type: System.String
Returns String.
See Also
CreateFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top