Partilhar via


ContactCard.PhotoHashValue Property

Gets the photo hash value.

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

Syntax

'Declaration
Public ReadOnly Property PhotoHashValue As String
    Get
'Usage
Dim instance As ContactCard
Dim value As String

value = instance.PhotoHashValue
public string PhotoHashValue { get; }

Property Value

Type: System.String

Remarks

A change in the hash value indicates that the photo has changed and has to be refetched.

See Also

Reference

ContactCard Class

ContactCard Members

Microsoft.Rtc.Collaboration.Presence Namespace