Show / Hide Table of Contents

Class LockFileResultEntry.Failure

The failure object

Inheritance
System.Object
LockFileResultEntry
LockFileResultEntry.Failure
Inherited Members
LockFileResultEntry.IsSuccess
LockFileResultEntry.AsSuccess
LockFileResultEntry.IsFailure
LockFileResultEntry.AsFailure
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.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class Failure : LockFileResultEntry

Constructors

| Improve this Doc View Source

Failure(LockFileError)

Initializes a new instance of the LockFileResultEntry.Failure class.

Declaration
public Failure(LockFileError value)
Parameters
Type Name Description
LockFileError value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public LockFileError Value { get; }
Property Value
Type Description
LockFileError
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Failure(LockFileError)
  • Properties
    • Value
Back to top Generated by DocFX