IdentityRole<TKey>.ConcurrencyStamp Property

Definition

A random value that should change whenever a role is persisted to the store

public:
 virtual property System::String ^ ConcurrencyStamp { System::String ^ get(); void set(System::String ^ value); };
public virtual string ConcurrencyStamp { get; set; }
public virtual string? ConcurrencyStamp { get; set; }
member this.ConcurrencyStamp : string with get, set
Public Overridable Property ConcurrencyStamp As String

Property Value

Applies to