Share via


MetricTableInfo.TableName Property

 

Optional. The name of the table.

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

Syntax

public string TableName { get; set; }
public:
property String^ TableName {
    String^ get();
    void set(String^ value);
}
member TableName : string with get, set
Public Property TableName As String

Property Value

Type: System.String

See Also

MetricTableInfo Class
Microsoft.Azure.Insights.Models Namespace

Return to top