'Declaration
Public Property RecipientType As Nullable(Of MessageRecipientType)
public Nullable<MessageRecipientType> RecipientType {get; set;}
public: property Nullable<MessageRecipientType> RecipientType { Nullable<MessageRecipientType> get(); void set ( Nullable<MessageRecipientType> value); }