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