Share via


GraphPathSerializationDictionary.GetPath(String) Method

Definition

Get the value of the path with the given name.

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

Parameters

name
String

The name of the path registed via Add.

Returns

The name or null if it is not found

Applies to