Class RelatedWebsiteSet
A single Related Website Set object.
public sealed record RelatedWebsiteSet : IEquatable<RelatedWebsiteSet>
- Inheritance
-
RelatedWebsiteSet
- Implements
- Inherited Members
Constructors
RelatedWebsiteSet(ImmutableArray<string>, ImmutableArray<string>, ImmutableArray<string>)
A single Related Website Set object.
public RelatedWebsiteSet(ImmutableArray<string> PrimarySites, ImmutableArray<string> AssociatedSites, ImmutableArray<string> ServiceSites)
Parameters
PrimarySitesImmutableArray<string>The primary site of this set, along with the ccTLDs if there is any.
AssociatedSitesImmutableArray<string>The associated sites of this set, along with the ccTLDs if there is any.
ServiceSitesImmutableArray<string>The service sites of this set, along with the ccTLDs if there is any.
Properties
AssociatedSites
The associated sites of this set, along with the ccTLDs if there is any.
public ImmutableArray<string> AssociatedSites { get; init; }
Property Value
PrimarySites
The primary site of this set, along with the ccTLDs if there is any.
public ImmutableArray<string> PrimarySites { get; init; }
Property Value
ServiceSites
The service sites of this set, along with the ccTLDs if there is any.
public ImmutableArray<string> ServiceSites { get; init; }