Click or drag to resize
PastebinUser Property
The currently logged in user.

Namespace: Pastebin
Assembly: Pastebin (in Pastebin.dll) Version: 1.0
Syntax
public User User { get; }

Property Value

Type: User
Exceptions
ExceptionCondition
PastebinExceptionThrown when the user is not logged in.
WebExceptionThrown when the underlying HTTP client encounters an error.
PastebinExceptionThrown when a bad API request is made.
See Also