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