property library

(r/o) library library;

Typ

Zugriff

This property returns back the library object that contains this resource.
                    
function ForceRemove(rsrc)
{
    var lib = rsrc.library;
    if (lib)
    {
        lib.removeResource(rsrc);
    }
}