Contact.RemoveContactAttribute Method
Public Shared Sub RemoveContactAttribute( _
ByVal attribute_value_id As EntityID, _
ByVal type As AttributeType, _
ByVal contact_id As EntityID, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void RemoveContactAttribute(
EntityID attribute_value_id,
AttributeType type,
EntityID contact_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void RemoveContactAttribute(
EntityID^ attribute_value_id,
AttributeType type,
EntityID^ contact_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- attribute_value_id
- EntityID
the value id
- type
- AttributeType
the type of attribute
- contact_id
- EntityID
the id of the user this value is attached to
- db
- IDatabase
the db db to use