Partager via


CheckDiskRequest.OutputLog Property

 

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