The interface for the ContactAttributeValue class.

C# | Visual Basic | Visual C++ |
public interface IContactAttributeValue : IBusinessAttributeValue, INotifyPropertyChanged
Public Interface IContactAttributeValue _ Implements IBusinessAttributeValue, INotifyPropertyChanged
public interface class IContactAttributeValue : IBusinessAttributeValue, INotifyPropertyChanged

All Members | Properties | Events | |||
Icon | Member | Description |
---|---|---|
![]() | BAMultipleDescriptions |
Gets or sets the business attribute name that contains the descriptions for multiple values attributes.
|
![]() | Description |
Gets or sets the description.
(Inherited from IBusinessAttributeValue.) |
![]() | DisplayName |
Gets or sets the display name.
(Inherited from IBusinessAttributeValue.) |
![]() | IsSearchable |
Gets or sets a value indicating whether this instance is searchable.
|
![]() | IsSortable |
Gets or sets a value indicating whether this instance is sortable.
|
![]() | Name |
Gets or sets the name.
(Inherited from IBusinessAttributeValue.) |
![]() | PropertyChanged |
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.) |