NotesToolsPropertyField Method

Indicates the document field that stores the third party (owner) code, depending on the type of document.

Definition

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

Parameters

noteType  NoteType
NoteType with note type.

Return Value

String
string with the document field that stores the third party (owner) code.

See Also