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.

Information related to a user.

Inheritance Hierarchy

System.Object
  Amazon.AlexaForBusiness.Model.UserData

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

Syntax

C#
public class UserData

The UserData type exposes the following members

Constructors

NameDescription
Public Method UserData()

Properties

NameTypeDescription
Public Property Email System.String

Gets and sets the property Email.

The email of a user.

Public Property EnrollmentId System.String

Gets and sets the property EnrollmentId.

The enrollment ARN of a user.

Public Property EnrollmentStatus Amazon.AlexaForBusiness.EnrollmentStatus

Gets and sets the property EnrollmentStatus.

The enrollment status of a user.

Public Property FirstName System.String

Gets and sets the property FirstName.

The first name of a user.

Public Property LastName System.String

Gets and sets the property LastName.

The last name of a user.

Public Property UserArn System.String

Gets and sets the property UserArn.

The ARN of a user.

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