Dropbox .NET SDK
Show / Hide Table of Contents

Class PropertyType.String

The associated property field will be of type string. Unicode is supported.

Inheritance
object
PropertyType
PropertyType.String
Inherited Members
PropertyType.IsString
PropertyType.AsString
PropertyType.IsOther
PropertyType.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public sealed class PropertyType.String : PropertyType

Fields

View Source

Instance

A singleton instance of String

Declaration
public static readonly PropertyType.String Instance
Field Value
Type Description
PropertyType.String
  • View Source
In this article
Back to top Dropbox .NET SDK