Dropbox .NET SDK

Class ProductLogInfo

Product logged information

Inheritance
object
ProductLogInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ProductLogInfo

Constructors

View Source

ProductLogInfo(string)

Initializes a new instance of the ProductLogInfo class.

Declaration
public ProductLogInfo(string productName)
Parameters
Type Name Description
string productName

Product name.

Properties

View Source

ProductName

Product name.

Declaration
public string ProductName { get; protected set; }
Property Value
Type Description
string

See Also

ProductAssignedToMemberDetails
ProductRemovedFromMemberDetails
  • View Source
In this article
Back to top Dropbox .NET SDK