SocialTag.IsPrivate Property
Gets s Boolean value indicating whether a social tag is private and therefore visible only to the owner.
Namespace: Microsoft.Office.Server.SocialData
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property IsPrivate As Boolean
Get
'Usage
Dim instance As SocialTag
Dim value As Boolean
value = instance.IsPrivate
public bool IsPrivate { get; }
Property Value
Type: System.Boolean