CommentCollectionIsSynchronized Property |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only
Boolean.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public bool IsSynchronized { get; }
Public ReadOnly Property IsSynchronized As Boolean
Get
public:
virtual property bool IsSynchronized {
bool get () sealed;
}
abstract IsSynchronized : bool with get
override IsSynchronized : bool with get
Property Value
Type:
BooleanImplements
ICollectionIsSynchronizedSee Also