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




In This Topic
    SyncRoot Property (ImGearMetadataNodeList)
    In This Topic
    Gets an object that can be used to synchronize access to the List.
    Syntax
    'Declaration
     
    Public ReadOnly Property SyncRoot As Object
    'Usage
     
    Dim instance As ImGearMetadataNodeList
    Dim value As Object
     
    value = instance.SyncRoot
    public object SyncRoot {get;}
    public: __property Object* get_SyncRoot();
    public:
    property Object^ SyncRoot {
       Object^ get();
    }

    Property Value

    An object that can be used to synchronize access to the List.
    See Also