DomainClass.GetFullName(Boolean) Method

Definition

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

Returns

Applies to