System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / MessageQueue Class / LastModifyTime Property



In This Topic
    LastModifyTime Property
    In This Topic
    Gets the last time the properties of a queue were modified.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LastModifyTime As Date
    'Usage
     
    
    Dim instance As MessageQueue
    Dim value As Date
     
    value = instance.LastModifyTime
    public DateTime LastModifyTime {get;}
    public:
    property DateTime LastModifyTime {
       DateTime get();
    }

    Property Value

    A System.DateTime that indicates when the queue properties were last modified.
    Exceptions
    ExceptionDescription
    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