Click or drag to resize
DiscoveryResponseTryGetBoolean Method

[Missing <summary> documentation for "M:Intuit.Ipp.OAuth2PlatformClient.DiscoveryResponse.TryGetBoolean(System.String)"]

Namespace:  Intuit.Ipp.OAuth2PlatformClient
Assembly:  Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public Nullable<bool> TryGetBoolean(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Intuit.Ipp.OAuth2PlatformClient.DiscoveryResponse.TryGetBoolean(System.String)"]

Return Value

Type: NullableBoolean

[Missing <returns> documentation for "M:Intuit.Ipp.OAuth2PlatformClient.DiscoveryResponse.TryGetBoolean(System.String)"]

See Also