Share via


QueueDigestPresentationObject.Details property

Namespace:  Microsoft.Exchange.Data.QueueDigest
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Property Details As List(Of QueueDigestDetails)
    Get
    Set
'Usage
Dim instance As QueueDigestPresentationObject
Dim value As List(Of QueueDigestDetails)

value = instance.Details

instance.Details = value
public List<QueueDigestDetails> Details { get; set; }

Property value

Type: System.Collections.Generic.List<QueueDigestDetails>

See also

Reference

QueueDigestPresentationObject class

QueueDigestPresentationObject members

Microsoft.Exchange.Data.QueueDigest namespace