FolderUtil.GetServerInformation Method ()
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