UserRecommendation is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class UserRecommendation
{
	int MutualFriendCount { get; set;  }
	User User { get; set;  }
}
Properties
| Name | Type | Description | Default | Options | 
|---|---|---|---|---|
| MutualFriendCount | int | |||
| User | User | 
 
				