SocialComment.IsHighPriority Property
Gets a Boolean value indicating whether a social comment has a high priority.
Namespace: Microsoft.Office.Server.SocialData
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property IsHighPriority As Boolean
Get
Set
'Usage
Dim instance As SocialComment
Dim value As Boolean
value = instance.IsHighPriority
instance.IsHighPriority = value
public bool IsHighPriority { get; set; }
Property Value
Type: System.Boolean