Show / Hide Table of Contents

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 Source

NonTrustedTeamDetails(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 Source

Team

The email to which the request was sent.

Declaration
public string Team { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • NonTrustedTeamDetails(String)
  • Properties
    • Team
Back to top Generated by DocFX