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