DsmlRequestDocument.IsSynchronized 属性

定义

IsSynchronized 属性包含一个指示是否同步对 DsmlRequestDocument 的访问(线程安全)的值。

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

属性值

如果同步对 DsmlRequestDocument 的访问(线程安全),则为 true;否则为 false

适用于