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
Syntaxpublic bool TryGetBoolean(
string name
)
Public Function TryGetBoolean (
name As String
) As Boolean
public boolean TryGetBoolean(
String name
)
public function TryGetBoolean(
name : String
) : boolean
Parameters
- name
- Type: SystemString
The name.
Return Value
Type:
BooleanTrue if a value was successfully retrieved; otherwise, false.
See Also