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 server information.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public static List<ServerInformation> GetServerInformation()
public:
static List<ServerInformation^>^ GetServerInformation()
Public Shared Function GetServerInformation As List(Of ServerInformation)
Return Value
Type: System.Collections.Generic.List<ServerInformation>
The server information.
See Also
FolderUtil Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top