AWS SDK for .NET Documentation
GetHostedZone Method (getHostedZoneRequest)
AmazonAmazon.Route53AmazonRoute53ClientGetHostedZone(GetHostedZoneRequest) Did this page help you?   Yes   No    Tell us about it...

To retrieve the delegation set for a hosted zone, send a GET request to the 2013-04-01/hostedzone/hosted zone ID resource. The delegation set is the four Route 53 name servers that were assigned to the hosted zone when you created it.

Declaration Syntax
C#
public GetHostedZoneResponse GetHostedZone(
	GetHostedZoneRequest getHostedZoneRequest
)
Parameters
getHostedZoneRequest (GetHostedZoneRequest)
Container for the necessary parameters to execute the GetHostedZone service method on AmazonRoute53.
Return Value
The response from the GetHostedZone service method, as returned by AmazonRoute53.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)