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