IOperationResult.IsStream

IOperationResult.IsStream property

Indicates whether the result is an output stream.

public bool IsStream { get; }

Return Value

true if the result is a stream object; otherwise false.

See Also