TypeDelegator.FullName Property

Definition

Gets the fully qualified name of the implemented type.

public:
 virtual property System::String ^ FullName { System::String ^ get(); };
public override string? FullName { get; }
public override string FullName { get; }
member this.FullName : string
Public Overrides ReadOnly Property FullName As String

Property Value

A String containing the type's fully qualified name.

Remarks

A string containing the fully qualified name of the current TypeDelegator.

Applies to