DnsNameRepresentation Struct  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the type of DNS string The structure contains punycode name and unicode name
public value class DnsNameRepresentationpublic value class DnsNameRepresentationstruct DnsNameRepresentationpublic struct DnsNameRepresentation[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct DnsNameRepresentationtype DnsNameRepresentation = struct[<System.Runtime.CompilerServices.IsReadOnly>]
type DnsNameRepresentation = structPublic Structure DnsNameRepresentation- Inheritance
- 
				DnsNameRepresentation
- Attributes
Constructors
| DnsNameRepresentation(String, String) | specific constructor of a DnsNameRepresentation | 
| DnsNameRepresentation(String) | ambiguous constructor of a DnsNameRepresentation | 
Properties
| Punycode | get property of Punycode | 
| Unicode | get property of Unicode | 
Methods
| Equals(DnsNameRepresentation) | value comparison | 
| ToString() | get display string |