Freigeben über


EventData.ResourceProviderName Property

 

Optional. Gets or sets the resource provider name. (see https://msdn.microsoft.com/library/azure/dn790572.aspx for more information)

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public LocalizableString ResourceProviderName { get; set; }
public:
property LocalizableString^ ResourceProviderName {
    LocalizableString^ get();
    void set(LocalizableString^ value);
}
member ResourceProviderName : LocalizableString with get, set
Public Property ResourceProviderName As LocalizableString

Property Value

Type: Microsoft.Azure.Insights.Models.LocalizableString

See Also

EventData Class
Microsoft.Azure.Insights.Models Namespace

Return to top