SocialTag.IsPrivate-Eigenschaft
Ruft s boolesche Wert gibt an, ob ein Tag sozialen private und daher nur für den Besitzer sichtbar ist.
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; }
Eigenschaftswert
Typ: System.Boolean