Class MembersGetInfoItem.MemberInfo
Info about a team member.
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class MembersGetInfoItem.MemberInfo : MembersGetInfoItem
Constructors
View SourceMemberInfo(TeamMemberInfo)
Initializes a new instance of the MembersGetInfoItem.MemberInfo class.
Declaration
public MemberInfo(TeamMemberInfo value)
Parameters
| Type | Name | Description |
|---|---|---|
| TeamMemberInfo | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public TeamMemberInfo Value { get; }
Property Value
| Type | Description |
|---|---|
| TeamMemberInfo |