DomainType.GetFullName(Boolean) Method

Definition

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

Returns

Applies to