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