Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an array of social tags.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property Tags As SocialTagDetail()
Get
Set
'Usage
Dim instance As SocialReplicationData
Dim value As SocialTagDetail()
value = instance.Tags
instance.Tags = value
public SocialTagDetail[] Tags { get; set; }
Property Value
Type: []
An array of social tags.