Share via


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
System_CAPS_pubmethod ServerInformation()

Creates a new instance of the ServerInformation object.

Properties

Name Description
System_CAPS_pubproperty DeviceName

Gets the device name of the server.

System_CAPS_pubproperty DfsNameSpace

Gets and sets the DFS namespace.

System_CAPS_pubproperty DfsPhysicalPath

Gets and sets the DFS pysical path.

System_CAPS_pubproperty IsSecondServer

Gets and sets a value that determines if the server is a second server.

System_CAPS_pubproperty OperatingSystemName

Gets and sets the operating system name.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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