Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the resiliency of the storage space.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public StorageSpaceResiliency Resiliency { get; internal set; }
public:
property StorageSpaceResiliency Resiliency {
StorageSpaceResiliency get();
internal: void set(StorageSpaceResiliency value);
}
Public Property Resiliency As StorageSpaceResiliency
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.StorageSpaceResiliency
The resiliency of the storage space.
See Also
Disk Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top