AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Summary information about one domain.

Inheritance Hierarchy

System.Object
  Amazon.Route53Domains.Model.DomainSummary

Namespace: Amazon.Route53Domains.Model
Assembly: AWSSDK.Route53Domains.dll
Version: 3.x.y.z

Syntax

C#
public class DomainSummary

The DomainSummary type exposes the following members

Constructors

NameDescription
Public Method DomainSummary()

Properties

NameTypeDescription
Public Property AutoRenew System.Boolean

Gets and sets the property AutoRenew.

Indicates whether the domain is automatically renewed upon expiration.

Public Property DomainName System.String

Gets and sets the property DomainName.

The name of the domain that the summary information applies to.

Public Property Expiry System.DateTime

Gets and sets the property Expiry.

Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).

Public Property TransferLock System.Boolean

Gets and sets the property TransferLock.

Indicates whether a domain is locked from unauthorized transfer to another party.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5