public PersonInsightCollection Insights { get; }
Public ReadOnly Property Insights As PersonInsightCollection
Get
public:
property PersonInsightCollection^ Insights {
PersonInsightCollection^ get ();
}
member Insights : PersonInsightCollection with get