PortalItemPortal Property |
Gets the ArcGIS portal containing the item.
Namespace:
Esri.ArcGISRuntime.Portal
Assembly:
Esri.ArcGISRuntime (in Esri.ArcGISRuntime.dll) Version: 100.9.0.0
Syntaxpublic ArcGISPortal Portal { get; }
Property Value
Type:
ArcGISPortal
RemarksThe setter is mainly useful in scenario where the developer serializes and deserializes the items by itself.
See Also