dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

PortalHubCommunityOrg Class

Represents the community organization configuration for Hub.

public class PortalHubCommunityOrg :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.PortalHubCommunityOrg>

Inheritance System.Object 🡒 PortalHubCommunityOrg

Implements System.IEquatable<PortalHubCommunityOrg>

Constructors

PortalHubCommunityOrg() Constructor

public PortalHubCommunityOrg();

Properties

PortalHubCommunityOrg.OrgId Property

Gets or sets the organization ID.

public string? OrgId { get; set; }

Property Value

System.String

PortalHubCommunityOrg.PortalHostname Property

Gets or sets the portal hostname.

public string? PortalHostname { get; set; }

Property Value

System.String