SocialReplicationData.Tags Property
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.