NotesTypeIsValid Method

Indicates whether the note type (NoteType) is a valid type.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool TypeIsValid(
	Object codeType
)

Parameters

codeType  Object
Code type object.

Return Value

Boolean
if the note type is valid; otherwise, .

See Also