Share via


MetricsLatencyEvent.Id Property

 

Gets or sets the ID of this event.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Diagnostics
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public Guid Id {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property Guid Id {
    [CompilerGeneratedAttribute]
    Guid get();
    [CompilerGeneratedAttribute]
    void set(Guid value);
}
member Id : Guid with get, set
Public Property Id As Guid

Property Value

Type: System.Guid

See Also

MetricsLatencyEvent Class
Microsoft.WindowsAzure.Mobile.Service.Diagnostics Namespace

Return to top