GeneralInfoKeyName Property
The name of the flag. You can pass the following flag names:
  • ignoreMandatoryCheck - The ignoreMandatoryCheck flag is used to specify whether a check must be performed for the mandatory Properties. To create, update, or merge an Object instance without passing values for the mandatory Properties, set the value of the KeyValue member for this flag to Yes. Otherwise, set the value of this flag to No.
  • updateReadOnly - The updateReadOnly flag is used to specify whether the read-only properties must be updated. To update the read-only Properties, set the value of the KeyValue member for this flag to Yes. Otherwise, set the value of this flag to No.

Namespace:  Talisma.Server.TLSysSISConnector
 

Syntax
C#
public string KeyName { get; set; }

Property Value

Type: String
The name of the key.
See Also