Public ReadOnly Property PropertyNames As String()
public string[] PropertyNames { get; }
public: property array<String^>^ PropertyNames { array<String^>^ get (); }
function get_propertyNames();