EventDescription Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

'Declaration
Public ReadOnly Property EventDescription As IList(Of String)
    Get
'Usage
Dim instance As DiagnosticRule
Dim value As IList(Of String)

value = instance.EventDescription
public IList<string> EventDescription { get; }
public:
property IList<String^>^ EventDescription {
    IList<String^>^ get ();
}
member EventDescription : IList<string>
function get EventDescription () : IList<String>

Property Value

Type: System.Collections.Generic. . :: . .IList< (Of < ( <'String> ) > ) >
Returns IList<(Of <(<'T>)>)>.

See Also

Reference

DiagnosticRule Class

Microsoft.ApplicationServer.Caching Namespace