Property IsCustomField
IsCustomField
Gets a value indicating whether the change relates to a custom field.
public bool IsCustomField { get; }
Property Value
- bool
true
if the change relates to a custom field; otherwise,false
.
Gets a value indicating whether the change relates to a custom field.
public bool IsCustomField { get; }
true
if the change relates to a custom field; otherwise, false
.