CategoryDetail.ShowContactPicture Property
Gets or sets a value that indicates whether the Web Part should display the contact picture.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property ShowContactPicture As Boolean
Get
Set
'Usage
Dim instance As CategoryDetail
Dim value As Boolean
value = instance.ShowContactPicture
instance.ShowContactPicture = value
public bool ShowContactPicture { get; set; }
Property Value
Type: System.Boolean