[Missing <summary> documentation for "P:NFF.FIKS.EnterpriseServices.Components.Entities.MatchResultsAndStanding.MatchResults"]
public List<Match> MatchResults { get; set; }
Public Property MatchResults As List(Of Match)
Get
Set
public:
property List<Match^>^ MatchResults {
List<Match^>^ get ();
void set (List<Match^>^ value);
}
member MatchResults : List<Match> with get, set