Class FollowPersonData
A follow person request metadata object
public class FollowPersonData : FollowData
- Inheritance
-
FollowPersonData
- Inherited Members
Properties
AccountName
The account name in a form of "i:0#.f|membership|admin@m365x790252.onmicrosoft.com".
public string AccountName { get; set; }
Property Value
ActorType
Represents an actor type. Can be either a user, site, document or tag
public override SocialActorType ActorType { get; }