Share via


SPSocialDataItem.TagGuid property

Gets or sets a GUID for a tag.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property TagGuid As Guid
    Get
    Set
'Usage
Dim instance As SPSocialDataItem
Dim value As Guid

value = instance.TagGuid

instance.TagGuid = value
public Guid TagGuid { get; set; }

Property value

Type: System.Guid

Remarks

This property is used only when ItemType is Tag.

See also

Reference

SPSocialDataItem class

SPSocialDataItem members

Microsoft.Office.Server.Social namespace