Click or drag to resize

DiscoveryDocumentTryGetBoolean Method

Tries to get a boolean value from discovery document by name.

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public bool TryGetBoolean(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: Boolean
True if a value was successfully retrieved; otherwise, false.
See Also