ResolvedMethod.ContainingTypeName Property

Definition

Gets the containing type name (including namespace). If the containing type cannot be retrieved, an empty string is returned.

public:
 property System::String ^ ContainingTypeName { System::String ^ get(); };
public:
 property Platform::String ^ ContainingTypeName { Platform::String ^ get(); };
public string ContainingTypeName { get; }
member this.ContainingTypeName : string
Public ReadOnly Property ContainingTypeName As String

Property Value

Applies to