NotesGetPropertyDocumentType Method

Indicates the type of owner (PropertyDocumentType).

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static PropertyDocumentType? GetPropertyDocumentType(
	NoteType noteType
)

Parameters

noteType  NoteType
NoteType with the note type.

Return Value

NullablePropertyDocumentType
PropertyDocumentType with the type of owner.

See Also