CmsRecipientCollection.IsSynchronized Proprietà

Definizione

La IsSynchronized proprietà recupera se l'accesso alla raccolta è sincronizzato o thread-safe. Questa proprietà restituisce falsesempre , il che significa che l'insieme non è thread-safe.

public:
 property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

Valore della proprietà

Valore Boolean , falseche indica che l'insieme non è thread-safe.

Implementazioni

Si applica a

Vedi anche