HasValue Property Definition NamespaceCuemon AssembliesCuemon.Core.dll Sourcesrc/Cuemon.Core/DataPair.cs HasValue Gets a value indicating whether Value is not null. public bool HasValue { get; } Property Value bool true if Value is not null; otherwise, false.