PrincipalCollection.ICollection.IsSynchronized Propriedade
Definição
Sempre retorna false.Always returns false. Cabe ao aplicativo sincronizar o acesso a esta coleção.It is up to the application to synchronize access to this collection.
property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
[get: System.Security.SecurityCritical]
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
[<get: System.Security.SecurityCritical>]
member this.System.Collections.ICollection.IsSynchronized : bool
ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized
Valor da propriedade
Sempre false.Always false.
Implementações
- Atributos