NotesTypeIsValid Method
Indicates whether the note type (
NoteType) is a valid type.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool TypeIsValid(
Object codeType
)
Public Shared Function TypeIsValid (
codeType As Object
) As Boolean
- codeType Object
- Code type object.
Boolean if the note type is valid; otherwise,
.