MetricsLatencyEvent.Name Property
Gets or sets the name of this event.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Diagnostics
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
public string Name {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property String^ Name {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
void set(String^ value);
}
member Name : string with get, set
Public Property Name As String
Property Value
Type: System.String
See Also
MetricsLatencyEvent Class
Microsoft.WindowsAzure.Mobile.Service.Diagnostics Namespace
Return to top