Share via


StorageObjectModelPropertyNames Class

 

Represents the property names for storage objects.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Storage.StorageObjectModelPropertyNames

Syntax

public sealed class StorageObjectModelPropertyNames
public ref class StorageObjectModelPropertyNames sealed 
Public NotInheritable Class StorageObjectModelPropertyNames

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static ConnectedPropertyName

Defines the name for the Connected property.

System_CAPS_pubfieldSystem_CAPS_static CurrentStatusPropertyName

Defines the name for the CurrentStatus property.

System_CAPS_pubfieldSystem_CAPS_static PathPropertyName

Defines the name for Path property.

System_CAPS_pubfieldSystem_CAPS_static ProgressStepPrecentComplete

Defines the name for the PercentComplete property.

System_CAPS_pubfieldSystem_CAPS_static ProgressStepPropertyName

Defines the name for Step property.

System_CAPS_pubfieldSystem_CAPS_static SpacesPoolConfiguredPropertyName

Defines the name for the SpacePoolConfigured property.

System_CAPS_pubfieldSystem_CAPS_static StatusPropertyName

Defines the name for the Status property.

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