ServerInformation Class
Contains server information.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Storage.ServerInformation
Syntax
[DataContractAttribute]
[KnownTypeAttribute(typeof(List<DriveShortInfo>))]
public class ServerInformation
[DataContractAttribute]
[KnownTypeAttribute((List<DriveShortInfo^>^::typeid))]
public ref class ServerInformation
<DataContractAttribute>
<KnownTypeAttribute(GetType(List(Of DriveShortInfo)))>
Public Class ServerInformation
Constructors
Name | Description | |
---|---|---|
ServerInformation() | Creates a new instance of the ServerInformation object. |
Properties
Name | Description | |
---|---|---|
DeviceName | Gets the device name of the server. |
|
DfsNameSpace | Gets and sets the DFS namespace. |
|
DfsPhysicalPath | Gets and sets the DFS pysical path. |
|
IsSecondServer | Gets and sets a value that determines if the server is a second server. |
|
OperatingSystemName | Gets and sets the operating system name. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top