Class AccessMethodLogInfo.EndUser
End user session details.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public sealed class AccessMethodLogInfo.EndUser : AccessMethodLogInfo
Constructors
View SourceEndUser(SessionLogInfo)
Initializes a new instance of the AccessMethodLogInfo.EndUser class.
Declaration
public EndUser(SessionLogInfo value)
Parameters
| Type | Name | Description |
|---|---|---|
| SessionLogInfo | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public SessionLogInfo Value { get; }
Property Value
| Type | Description |
|---|---|
| SessionLogInfo |