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