Class PendingSecondaryEmailAddedDetails
Added pending secondary email.
Inheritance
System.Object
PendingSecondaryEmailAddedDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PendingSecondaryEmailAddedDetails
Constructors
| Improve this Doc View SourcePendingSecondaryEmailAddedDetails(String)
Initializes a new instance of the PendingSecondaryEmailAddedDetails class.
Declaration
public PendingSecondaryEmailAddedDetails(string secondaryEmail)
Parameters
Type | Name | Description |
---|---|---|
System.String | secondaryEmail | New pending secondary email. |
Properties
| Improve this Doc View SourceSecondaryEmail
New pending secondary email.
Declaration
public string SecondaryEmail { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |