NotesType(NoteType) Method

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

Definition

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

Parameters

noteType  NoteType
NoteType with the note type.

Return Value

String
string with the note type.

See Also