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.
Retrieves the servers that contain folders that are managed by the Storage Provider.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public IList<ServerInformation> GetServers()
public:
IList<ServerInformation^>^ GetServers()
Public Function GetServers As IList(Of ServerInformation)
Return Value
Type: System.Collections.Generic.IList<ServerInformation>
Returns a list of servers that contain folders that are managed by the Storage Provider.
See Also
StorageManager Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top