ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataNodeList Class / IsSynchronized Property




In This Topic
    IsSynchronized Property (ImGearMetadataNodeList)
    In This Topic
    Gets a value indicating whether access to the List is synchronized (thread-safe).
    Syntax
    'Declaration
     
    Public ReadOnly Property IsSynchronized As Boolean
    'Usage
     
    Dim instance As ImGearMetadataNodeList
    Dim value As Boolean
     
    value = instance.IsSynchronized
    public bool IsSynchronized {get;}
    public: __property bool get_IsSynchronized();
    public:
    property bool IsSynchronized {
       bool get();
    }

    Property Value

    Boolean value.
    See Also