ImportCollection.IsSynchronized Propriedade
Definição
Obtém um valor que indica se o acesso à ImportCollection é sincronizado (thread-safe).Gets a value indicating whether access to the ImportCollection is synchronized (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 caso o acesso ao ImportCollection seja sincronizado (thread-safe); do contrário, false.true if access to the ImportCollection is synchronized (thread safe); otherwise, false. O padrão é false.The default is false.