SPSocialActor.TagGuid property
Gets the actor's tag GUID. Applies to tags.
Namespace: Microsoft.Office.Server.Social
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property TagGuid As Guid
Get
Private Set
'Usage
Dim instance As SPSocialActor
Dim value As Guid
value = instance.TagGuid
public Guid TagGuid { get; private set; }
Property value
Type: System.Guid
Remarks
The TagGuid property is valid only when the value of the ActorType property is Tag.