EventData.Description Property
Optional. Gets or sets the description of the event.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string Description { get; set; }
public:
property String^ Description {
String^ get();
void set(String^ value);
}
member Description : string with get, set
Public Property Description As String
Property Value
Type: System.String
See Also
EventData Class
Microsoft.Azure.Insights.Models Namespace
Return to top