ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core.Portal Namespace / PortalItem Class / Access Property

In This Topic
    Access Property (PortalItem)
    In This Topic
    Gets the access level on the item. Private is the default and only the item owner can access. Shared means the item is shared with a specific group. Organization restricts item access to members of your organization. Public means any user can access the item.
    Syntax
    Public Shadows ReadOnly Property Access As PortalAccess
    public new PortalAccess Access {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also