public List<RecordType> Types { get; }
Public ReadOnly Property Types As List(Of RecordType) Get
public: property List<RecordType>^ Types { List<RecordType>^ get (); }
member Types : List<RecordType> with get
In This Article