ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core.Portal Namespace / PortalInfo Class / RawJson Property

In This Topic
    RawJson Property
    In This Topic
    Gets the complete Json string returned from the portal self query.
    Syntax
    Public ReadOnly Property RawJson As String
    public string RawJson {get;}
    Remarks
    Use the raw json to parse out additional properties beyond those provided on the PortalInfo class.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also