IGraphContext.HasValue(String) Method

Definition

Find out if the caller has passed in a value with the given name.

public:
 bool HasValue(System::String ^ name);
public bool HasValue (string name);
abstract member HasValue : string -> bool
Public Function HasValue (name As String) As Boolean

Parameters

name
String

The key for the value.

Returns

Returns true if the context contains a value for the given key.

Applies to