Domain Detective

API Reference

Class

TagRecord

Namespace DnsClientX
Assembly DnsClientX
Modifiers sealed

Represents a tag/value pair used in TXT records.

Inheritance

  • Object
  • TagRecord

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public TagRecord(String tag, String value) #

Initializes a new instance of the TagRecord class.

Parameters

tag System.String requiredposition: 0
The tag name.
value System.String requiredposition: 1
The tag value.

Properties

public String Tag { get; } #

Gets the tag name.

public String Value { get; } #

Gets the tag value.

{{ include "footer" }}