Share via


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

See also

Reference

SocialComment class

SocialComment members

Microsoft.Office.Server.SocialData namespace