OperationResultHistory Property |
IT Hit User File System
List of operation results that happened duting this operation.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.5.27224.0
Syntax public IList<OperationResult> History { get; }
Public ReadOnly Property History As IList(Of OperationResult)
Get
public:
property IList<OperationResult^>^ History {
IList<OperationResult^>^ get ();
}
member History : IList<OperationResult> with get
Property Value
Type:
IListOperationResultSee Also