다음을 통해 공유


SocialTagDetail.IsPrivate Property

Gets or sets a value that indicates whether the social tag is private (visible only to the owner) or external (visible to all users).

Namespace:  [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx

Syntax

'Declaration
Public Property IsPrivate As Boolean
    Get
    Set
'Usage
Dim instance As SocialTagDetail
Dim value As Boolean

value = instance.IsPrivate

instance.IsPrivate = value
public bool IsPrivate { get; set; }

Property Value

Type: System.Boolean
true if the social tag is private; false if the social tag is external.

See Also

Reference

SocialTagDetail Class

SocialTagDetail Members

SocialDataService Web Service