Class NonTrustedTeamDetails
The email to which the request was sent
Inheritance
System.Object
NonTrustedTeamDetails
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 NonTrustedTeamDetails
Constructors
| Improve this Doc View SourceNonTrustedTeamDetails(String)
Initializes a new instance of the NonTrustedTeamDetails class.
Declaration
public NonTrustedTeamDetails(string team)
Parameters
Type | Name | Description |
---|---|---|
System.String | team | The email to which the request was sent. |
Properties
| Improve this Doc View SourceTeam
The email to which the request was sent.
Declaration
public string Team { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |