Click or drag to resize

DiscoveryDocumentTryGetStringArray Method

Tries to get a string array value from discovery document by name.

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public string[] TryGetStringArray(
	string name
)

Parameters

name
Type: SystemString
The name.

Return Value

Type: String
String array if a value was successfully retrieved; otherwise, null.
See Also