QueueMessage Properties

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Public Properties

 NameDescription
public propertyDequeueCountGets the number of times this message has been dequeued.
public propertyExpirationTimeGets the message expiration time.
public propertyIdGets the message ID.
public propertyInsertionTimeGets the time the message was added to the queue.
public propertyPopReceiptGets the pop receipt for the message.
public propertyTextGets the text of the message.
public propertyTimeNextVisibleGets the time the message is next visible.

See Also