[Visual Basic] Public Property ReadOnly IsSynchronized As Boolean _ Implements ICollection.IsSynchronized [C#] public bool IsSynchronized { get; } [C++] public: __property bool get_IsSynchronized(); [JScript] public function get IsSynchronized() : bool
Determines whether access to the collection (this list) is synchronized or not. This property is always 'false'.
XRulesDocumentList Class | XRules Namespace