ICallHierarchyMemberItem.ContainingNamespaceName Property

Definition

Gets the name of the namespace that contains the item's type.

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

Property Value

The namespace name.

Applies to