Show / Hide Table of Contents

Class OrganizationName

The name of the organization

Inheritance
System.Object
OrganizationName
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 OrganizationName

Constructors

| Improve this Doc View Source

OrganizationName(String)

Initializes a new instance of the OrganizationName class.

Declaration
public OrganizationName(string organization)
Parameters
Type Name Description
System.String organization

The name of the organization.

Properties

| Improve this Doc View Source

Organization

The name of the organization.

Declaration
public string Organization { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • OrganizationName(String)
  • Properties
    • Organization
Back to top Generated by DocFX