ErrorItem.Description Property

Definition

Gets a string describing the source of the ErrorItem.

public:
 property System::String ^ Description { System::String ^ get(); };
public:
 property Platform::String ^ Description { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(4)]
public string Description { [System.Runtime.InteropServices.DispId(4)] get; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
member this.Description : string
Public ReadOnly Property Description As String

Property Value

A report of the source of the ErrorItem.

Attributes

Applies to