Class PendingSecondaryEmailAddedType
The pending secondary email added type object
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PendingSecondaryEmailAddedType
Constructors
View SourcePendingSecondaryEmailAddedType(string)
Initializes a new instance of the PendingSecondaryEmailAddedType class.
Declaration
public PendingSecondaryEmailAddedType(string description)
Parameters
| Type | Name | Description |
|---|---|---|
| string | description | The description |
Properties
View SourceDescription
Gets the description of the pending secondary email added type
Declaration
public string Description { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |