ArcGIS Pro 3.2 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 string RawJson {get;}
    Public ReadOnly Property RawJson As String
    Remarks
    Use the raw json to parse out additional properties beyond those provided on the PortalInfo class.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also