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.

A structure that contains the details of an alternate contact associated with an Amazon Web Services account

Inheritance Hierarchy

System.Object
  Amazon.Account.Model.AlternateContact

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

Syntax

C#
public class AlternateContact

The AlternateContact type exposes the following members

Constructors

NameDescription
Public Method AlternateContact()

Properties

NameTypeDescription
Public Property AlternateContactType Amazon.Account.AlternateContactType

Gets and sets the property AlternateContactType.

The type of alternate contact.

Public Property EmailAddress System.String

Gets and sets the property EmailAddress.

The email address associated with this alternate contact.

Public Property Name System.String

Gets and sets the property Name.

The name associated with this alternate contact.

Public Property PhoneNumber System.String

Gets and sets the property PhoneNumber.

The phone number associated with this alternate contact.

Public Property Title System.String

Gets and sets the property Title.

The title associated with this alternate contact.

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