Class OrganizationName
The name of the organization
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class OrganizationName
Constructors
View SourceOrganizationName(string)
Initializes a new instance of the OrganizationName class.
Declaration
public OrganizationName(string organization)
Parameters
| Type | Name | Description |
|---|---|---|
| string | organization | The name of the organization. |
Properties
View SourceOrganization
The name of the organization.
Declaration
public string Organization { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |