Class AddSecondaryEmailResult.Success
Describes a secondary email that was successfully added to a user.
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.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class Success : AddSecondaryEmailResult
Constructors
| Improve this Doc View SourceSuccess(SecondaryEmail)
Initializes a new instance of the AddSecondaryEmailResult.Success class.
Declaration
public Success(SecondaryEmail value)
Parameters
Type | Name | Description |
---|---|---|
SecondaryEmail | value | The value |
Properties
| Improve this Doc View SourceValue
Gets the value of this instance.
Declaration
public SecondaryEmail Value { get; }
Property Value
Type | Description |
---|---|
SecondaryEmail |