Share via


DriveModifyInfo Class

 

Information about a drive modification.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Storage.DriveModifyInfo

Syntax

[DataContractAttribute]
public class DriveModifyInfo
[DataContractAttribute]
public ref class DriveModifyInfo 
<DataContractAttribute>
Public Class DriveModifyInfo

Constructors

Name Description
System_CAPS_pubmethod DriveModifyInfo()

Creates a new instance of the DriveModifyInfo object.

Properties

Name Description
System_CAPS_pubproperty ChangeName

Gets and sets a value that determines if the change includes a name change.

System_CAPS_pubproperty ChangeSnapshots

Gets and sets a value that describes if the change includes a snapshot change.

System_CAPS_pubproperty Name

Gets and sets the name.

System_CAPS_pubproperty SnapshotsEnabled

Gets and sets a value that determines if snapshots are enabled.

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