Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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