DataCollection | ComponentOne
C1.DataCollection.SignalR.Client Assembly / C1.DataCollection.SignalR.Client Namespace / InitializationResult Class / ETag Property

In This Topic
    ETag Property (InitializationResult)
    In This Topic
    Token used to resolve conflicts between different clients updating the same data.
    Syntax
    'Declaration
     
    Public Property ETag As Guid
    public Guid ETag {get; set;}
    See Also