CreateFolderRequest.DeviceName Property
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