public MapField<string, int> ResumeScore { get; }
Public ReadOnly Property ResumeScore As MapField(Of String, Integer)
Get
public:
property MapField<String^, int>^ ResumeScore {
MapField<String^, int>^ get ();
}
member ResumeScore : MapField<string, int> with get