ContactCard.IconUri Property

Gets the icon uri of the PIC or federated contact.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property IconUri As String
    Get
    Friend Set
'Usage
Dim instance As ContactCard
Dim value As String

value = instance.IconUri
public string IconUri { get; internal set; }

Property Value

Type: System.String

Remarks

This property will be null, if there is no icon uri published. Users hosted on Microsoft Lync Server do not publish icon uri.

See Also

Reference

ContactCard Class

ContactCard Members

Microsoft.Rtc.Collaboration.Presence Namespace