ContactDataPropertySet property

PropertySet? get ContactDataPropertySet
Gets or sets the PropertySet for Contact Data

Implementation

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

Implementation

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