Share via


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

See also

Reference

SocialTag class

SocialTag members

Microsoft.Office.Server.SocialData namespace