SPSocialActorInfo.TagGuid property

Gets or sets the actor's tag GUID.

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 SPSocialActorInfo
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 Id is a null reference (Nothing in Visual Basic) or empty and ActorType is Tag.

See also

Reference

SPSocialActorInfo class

SPSocialActorInfo members

Microsoft.Office.Server.Social namespace