FromXMLFile | Sets the object's properties using data from an XML file. The XML file can be created using the object's `ToXMLFile` method. |
 FromXMLString | Sets the object's properties using data from an XML string. The XML string can be created using the object's `ToXMLString` method. |
 GetXMLSchema | Returns the XML schema for the XML generated by the `ToXMLFile` and `ToXMLString` methods. |
 ToXMLFile | Creates an XML file that represents the object. |
 ToXMLString | Creates and returns an XML string that represents the object. |
 AbsEntry | The internal key of the personal fields setup. This is the key field. Field Name: AbsEntryData Type: Edm.Int32Writable: No |
 Category | The category of the personal field setup. Field Name: CategoryData Type: PersonalFieldsSetupCategoryEnum Writable: Yes Enum Type: PersonalFieldsSetupCategoryEnum |
 DataClassification | The data classification assigned to the field. Field Name: TypeData Type: PersonalFieldsSetupDataClassificationEnum Writable: Yes Enum Type: PersonalFieldsSetupDataClassificationEnum |
 DataType | The data type (object type reference) of the field. Field Name: RefObjTypeData Type: Edm.StringWritable: Yes |
 DefaultDataClassification | The default data classification. Field Name: OrigTypeData Type: PersonalFieldsSetupDefaultDataClassificationEnum Writable: No Enum Type: PersonalFieldsSetupDefaultDataClassificationEnum |
 Description | The description of the personal field setup. Field Name: DescrData Type: Edm.StringWritable: Yes |
 FieldName | The name of the field. Field Name: FieldNameData Type: Edm.StringWritable: Yes |
 IsSystemDefined | Indicates whether the entry is system-defined. Field Name: IsSystemDefinedData Type: BoYesNoEnum Writable: No Enum Type: BoYesNoEnum |
 TableName | The table name that contains the field. Field Name: TableNameData Type: Edm.StringWritable: Yes |
Â
Â