KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

IdentityData Class

Identity data.

Syntax

public class IdentityData

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Members

See Also: Inherited members from object.

Public Properties

[read-only]
Email string . Gets the email.
[read-only]
Phone string . Gets the phone.
[read-only]
UserName string . Gets the name of the user.

Member Details

Email Property

Gets the email.

Syntax

public string Email { get; }

Value

The email.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Phone Property

Gets the phone.

Syntax

public string Phone { get; }

Value

The phone.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

UserName Property

Gets the name of the user.

Syntax

public string UserName { get; }

Value

The name of the user.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0