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 | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
ConnectedPropertyName | Defines the name for the Connected property. |
|
CurrentStatusPropertyName | Defines the name for the CurrentStatus property. |
|
PathPropertyName | Defines the name for Path property. |
|
ProgressStepPrecentComplete | Defines the name for the PercentComplete property. |
|
ProgressStepPropertyName | Defines the name for Step property. |
|
SpacesPoolConfiguredPropertyName | Defines the name for the SpacePoolConfigured property. |
|
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