ScriptReference.ToString Method

Definition

Returns a string that represents the value of the Name property, the Path property, or the type name.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

The value of the Name property if it is defined, or the value of the Path property if it is defined; otherwise, the value of the Name property.

Applies to