IPropertyCollection.TryFindNamed Method
Returns a property whose name matches the specified string.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
HRESULT TryFindNamed
(
BSTR name,
IProperty** ppitem,
VARIANT_BOOL* pbFound,
);
Parameters
- name
Type: BSTR
A value of the BSTR type. The name of the desired property - ppItem
Type: IProperty**
A value of the IProperty type. The desired property - pbFound
Type: VARIANT_BOOL*
Returns true if the property was found