GraphPathSerializationDictionary.LookupName(String) Method

Definition

Find the name of the path with the specified value

public:
 System::String ^ LookupName(System::String ^ value);
public string LookupName (string value);
member this.LookupName : string -> string
Public Function LookupName (value As String) As String

Parameters

value
String

The value to find (case insensitive)

Returns

The name of the path or null if it is not found

Applies to