FormatsIsPredefinedFieldName Method
Indicates whether the field name corresponds to a predefined name.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool IsPredefinedFieldName(
string name
)
Public Shared Function IsPredefinedFieldName (
name As String
) As Boolean
- name String
- Name to evalute.
Boolean if the field name corresponds to a predefined name; otherwise,
.