Share via


INamedPropertyList.Add Method

Adds an item to the list.

Namespace:  UCCollaborationLib
Assembly:  Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)

Syntax

HRESULT Add
(
   BSTR propertyID,
   VARIANT propertyValue
);

Parameters

  • propertyID
    Type: String
    A value of the BSTR type.
  • propertyValue
    Type: Object
    A value of the VARIANT type.

See Also

INamedPropertyList Interface

UCCollaborationLib Namespace