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