• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class MembersGetInfoItem.MemberInfo

Info about a team member.

Inheritance
System.Object
MembersGetInfoItem
MembersGetInfoItem.MemberInfo
Inherited Members
MembersGetInfoItem.IsMemberInfo
MembersGetInfoItem.AsMemberInfo
MembersGetInfoItem.IsIdNotFound
MembersGetInfoItem.AsIdNotFound
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 MemberInfo : MembersGetInfoItem

Constructors

| Improve this Doc View Source

MemberInfo(TeamMemberInfo)

Initializes a new instance of the MembersGetInfoItem.MemberInfo class.

Declaration
public MemberInfo(TeamMemberInfo value)
Parameters
Type Name Description
TeamMemberInfo value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public TeamMemberInfo Value { get; }
Property Value
Type Description
TeamMemberInfo
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MemberInfo(TeamMemberInfo)
  • Properties
    • Value
Back to top Generated by DocFX