ReportLibraryNode.referencedProjects 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.
Overloads
referencedProjects() | |
referencedProjects(String) |
referencedProjects()
public:
virtual System::String ^ referencedProjects();
public virtual string referencedProjects ();
abstract member referencedProjects : unit -> string
override this.referencedProjects : unit -> string
Public Overridable Function referencedProjects () As String
Returns
Applies to
referencedProjects(String)
public:
virtual System::String ^ referencedProjects(System::String ^ _value);
public virtual string referencedProjects (string _value);
abstract member referencedProjects : string -> string
override this.referencedProjects : string -> string
Public Overridable Function referencedProjects (_value As String) As String
Parameters
- _value
- String