NotesType(Object) Method

Indicates the note type (NoteType) of the indicated note situation.

Definition

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

Parameters

codeType  Object
Code type object.

Return Value

NoteType
NoteType with the note type.

Exceptions

See Also