public sealed class Contacts.Types.Person : IMessage<Contacts.Types.Person>, IEquatable<Contacts.Types.Person>, IDeepCloneable<Contacts.Types.Person>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class Contacts.Types.Person.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-25 UTC."],[[["The page provides documentation for the `Contacts.Types.Person` class within the Data Catalog v1 API for .NET, detailing its properties and usage."],["It lists a comprehensive history of versions for `Contacts.Types.Person`, ranging from the latest version 2.14.0 down to version 1.2.0."],["The `Contacts.Types.Person` class serves as a contact person for entries within the Data Catalog and inherits from `object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Designation` and `Email`, allowing for the specification of a contact person's role and email address."],["There are two constructors, `Person()` and `Person(Contacts.Types.Person other)`, which create a new instance or copy an existing one."]]],[]]