ContactDataPropertySet property

PropertySet? ContactDataPropertySet
Gets or sets the PropertySet for Contact Data

Implementation

PropertySet? get ContactDataPropertySet => this._contactDataPropertySet;
void ContactDataPropertySet=(PropertySet? value)

Implementation

set ContactDataPropertySet(PropertySet? value) =>
    this._contactDataPropertySet = value;