Self.PhotoDisplayed property
Returns true if showing photos for contacts is allowed.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property PhotoDisplayed As Boolean
Get
'Usage
Dim instance As Self
Dim value As Boolean
value = instance.PhotoDisplayed
public bool PhotoDisplayed { get; }
Property value
Type: System.Boolean