SocialReplicationData.DeletedTags Property
Gets or sets an array of deleted social tags.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property DeletedTags As DeletedSocialTagDetail()
Get
Set
'Usage
Dim instance As SocialReplicationData
Dim value As DeletedSocialTagDetail()
value = instance.DeletedTags
instance.DeletedTags = value
public DeletedSocialTagDetail[] DeletedTags { get; set; }
Property Value
Type: []
An array of deleted social tags.