GraphPathSerializationDictionary.LookupName(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 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