'Declaration
<CanBeNullAttribute()> Public Property NotificationAddress As NotificationAddress
[CanBeNull()] public NotificationAddress NotificationAddress {get; set;}
[CanBeNull()] public: property NotificationAddress^ NotificationAddress { NotificationAddress^ get(); void set ( NotificationAddress^ value); }