Class DeviceSessionArg
The device session arg object
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class DeviceSessionArg
Constructors
| Improve this Doc View SourceDeviceSessionArg(String, String)
Initializes a new instance of the DeviceSessionArg class.
Declaration
public DeviceSessionArg(string sessionId, string teamMemberId)
Parameters
Type | Name | Description |
---|---|---|
System.String | sessionId | The session id. |
System.String | teamMemberId | The unique id of the member owning the device. |
Properties
| Improve this Doc View SourceSessionId
The session id.
Declaration
public string SessionId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
TeamMemberId
The unique id of the member owning the device.
Declaration
public string TeamMemberId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |