共用方式為


UserDetail Class

Definition

Subscriber detail

public class UserDetail
type UserDetail = class
Public Class UserDetail
Inheritance
UserDetail

Constructors

UserDetail()

Initializes a new instance of the UserDetail class.

UserDetail(String, String, String)

Initializes a new instance of the UserDetail class.

Properties

EmailAddress

Gets or sets email address

FirstName

Gets or sets first name

LastName

Gets or sets last name

Methods

Validate()

Validate the object.

Applies to