INamedPropertyList.TryGetValue Method
Tries to find a value for the given key.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
HRESULT TryGetValue
(
BSTR propertyID,
VARIANT* propertyValue,
VARIANT_BOOL* found
);
Parameters
- propertyID
Type: String
A value of the BSTR type.
- propertyValue
Type: Object %
A value of the VARIANT type.
Return Value
A value of the VARIANT_BOOL* (bool, for a .NET application) type.