SocialCommentDetail.IsHighPriority Property
Gets or sets a value that indicates the priority level of the social comment.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property IsHighPriority As Boolean
Get
Set
'Usage
Dim instance As SocialCommentDetail
Dim value As Boolean
value = instance.IsHighPriority
instance.IsHighPriority = value
public bool IsHighPriority { get; set; }
Property Value
Type: System.Boolean
true if the priority level of the social comment is high; otherwise, false.