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 result of the operation after it has finished.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public CheckDiskResult Result { get; }
public:
property CheckDiskResult Result {
CheckDiskResult get();
}
Public ReadOnly Property Result As CheckDiskResult
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.CheckDiskResult
An instance of CheckDiskResult.
See Also
CheckDiskRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top