UniValue ContainsAttribute Method Nemiro.OAuth
Determines whether the Attributes contains the specified key.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public bool ContainsAttribute(
	string key
)

Return Value

Type: Boolean
true if the Attributes is not null and contains an element with the specified key; otherwise, false.
See Also