For Babelfish Release 1.11.1.3

GetAttributeValueAuthenticatedResponseTryGetAttributeValue Method

Attempts to return the asked for AttributeValue. There are two reasons a False would be returned. 1) The set name was not part of the asked for list of attribute values in the request. 2) The server returned an error code for that specific attribute value. If this is the case use the function TryGetAttributeValueWrapper to return the full objects as sent by the server.

Definition

Namespace: Scopos.BabelFish.Responses.AttributeValueAPI
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public bool TryGetAttributeValue(
	string attributeDefinitionSetName,
	out AttributeValue attributeValue
)

Parameters

attributeDefinitionSetName  String
attributeValue  AttributeValue

Return Value

Boolean

See Also