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 SourceOrganizationName(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 SourceOrganization
The name of the organization.
Declaration
public string Organization { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |