DomainClass.GetFullName(Boolean) 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.
Gets the fully qualified name for this class
public:
System::String ^ GetFullName(bool includeGlobal);
public string GetFullName (bool includeGlobal);
member this.GetFullName : bool -> string
Public Function GetFullName (includeGlobal As Boolean) As String
Parameters
- includeGlobal
- Boolean
whether or not to append 'global::' to the full name