public NotificationEmail Email { get; init; }Public Property Email As NotificationEmail
Get
Setpublic:
property NotificationEmail^ Email {
NotificationEmail^ get ();
void set (NotificationEmail^ value);
}member Email : NotificationEmail with get, set