Class IntegrationConnectedDetails
Connected integration for member.
Inheritance
System.Object
IntegrationConnectedDetails
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class IntegrationConnectedDetails
Constructors
| Improve this Doc View SourceIntegrationConnectedDetails(String)
Initializes a new instance of the IntegrationConnectedDetails class.
Declaration
public IntegrationConnectedDetails(string integrationName)
Parameters
Type | Name | Description |
---|---|---|
System.String | integrationName | Name of the third-party integration. |
Properties
| Improve this Doc View SourceIntegrationName
Name of the third-party integration.
Declaration
public string IntegrationName { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |