Click or drag to resize
DiscoveryResponseTryGetValue Method
Generic getters

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 JToken TryGetValue(
	string name
)

Parameters

name
Type: SystemString

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

Return Value

Type: JToken

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

See Also