ArrayListCollectionBase.IsSynchronized Propriedade
Definição
Obtém um valor que indica se uma coleção está sincronizada.Gets a value indicating whether a collection is synchronized. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
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 a coleção for sincronizada; caso contrário, false.true if the collection is synchronized; otherwise, false.
Implementações
Comentários
Usado internamente pelo ASP.NET.Used internally by the ASP.NET. Não destinado a uso por aplicativos cliente.Not intended for use by client applications.