CookieCollection.IsSynchronized Propriedade
Definição
Obtém um valor que indica se o acesso a um CookieCollection é thread-safe.Gets a value that indicates whether access to a CookieCollection is thread safe.
public:
property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean
Valor da propriedade
true Se o acesso ao CookieCollection thread for seguro; caso contrário, false .true if access to the CookieCollection is thread safe; otherwise, false. O padrão é false.The default is false.