public string? NotificationSettings { get; set; }Public Property NotificationSettings As String
Get
Setpublic:
property String^ NotificationSettings {
String^ get ();
void set (String^ value);
}member NotificationSettings : string with get, set