DsmlRequestDocument.IsSynchronized Propriété

Définition

La propriété IsSynchronized contient une valeur qui indique si l'accès à DsmlRequestDocument est synchronisé (thread-safe).

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

Valeur de propriété

true si l'accès à l'objet DsmlRequestDocument est synchronisé (thread-safe) ; sinon, false.

S’applique à