'Declaration
<MessagingDescriptionAttribute("Indicates the date and time that the message was sent by the source Queue Manager.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <ReadOnlyAttribute(True)> Public ReadOnly Property SentTime As Date
[MessagingDescription("Indicates the date and time that the message was sent by the source Queue Manager.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [ReadOnly(true)] public DateTime SentTime {get;}
[MessagingDescription("Indicates the date and time that the message was sent by the source Queue Manager.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [ReadOnly(true)] public: property DateTime SentTime { DateTime get(); }