protected UsageWriterOperation OperationInProgress { get; }
Protected ReadOnly Property OperationInProgress As UsageWriterOperation
Get
Dim value As UsageWriterOperation
value = Me.OperationInProgress
protected:
property UsageWriterOperation OperationInProgress {
UsageWriterOperation get ();
}
If this property is not ParserUsage, the Parser property will throw an exception.
If this property is not CommandListUsage, the CommandManager property will throw an exception.
If this property is None, the Writer property may throw an exception.