DomainType.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 of this domain type
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 prepend 'global::' to the full name