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 DnsNameRepresentation
	public value class DnsNameRepresentation
	struct DnsNameRepresentation
	public struct DnsNameRepresentation
	[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct DnsNameRepresentation
	type DnsNameRepresentation = struct
	[<System.Runtime.CompilerServices.IsReadOnly>]
type DnsNameRepresentation = struct
	Public 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  |