_Type.Namespace Property

Definition

Provides COM objects with version-independent access to the Namespace property.

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

Property Value

The namespace of the Type.

Remarks

This property is for access to managed classes from unmanaged code, and should not be called from managed code.

The Type.Namespace property gets the namespace of the Type.

Applies to