LastModifyTime Property
Gets the last time the properties of a queue were modified.
Syntax
'Declaration <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <MessagingDescriptionAttribute("Indicates the last time the properties of a queue were modified.")> Public ReadOnly Property LastModifyTime As Date
'Usage Dim instance As MessageQueue Dim value As Date value = instance.LastModifyTime
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [MessagingDescription("Indicates the last time the properties of a queue were modified.")] public DateTime LastModifyTime {get;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [MessagingDescription("Indicates the last time the properties of a queue were modified.")] public: property DateTime LastModifyTime { DateTime get(); }
Property Value
A System.DateTime that indicates when the queue properties were last modified.Exceptions
Exception | Description |
---|---|
MessageQueueException | An error occurred when accessing a Message Queuing method. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also