DeletedSocialTagDetail.TermID Property
Gets or sets the GUID of the term.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property TermID As Guid
Get
Set
'Usage
Dim instance As DeletedSocialTagDetail
Dim value As Guid
value = instance.TermID
instance.TermID = value
public Guid TermID { get; set; }
Property Value
Type: System.Guid
The GUID of the term.