IGraphContext.HasValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.