Okapi .NET Library

BaseUtility.NeedOutput Method 

 [This is preliminary documentation and subject to change.]

Equivalent to IUtilitySet.NeedOutput

[Visual Basic]
MustOverride Public Function NeedOutput() As Boolean
[C#]
public abstract bool NeedOutput();
[C++]
public: abstract bool NeedOutput();
[JScript]
public abstract function NeedOutput(): bool;

See Also

BaseUtility Class | Okapi.Library.Utility Namespace