_Type.IsNestedFamORAssem Property

Definition

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

public:
 property bool IsNestedFamORAssem { bool get(); };
public bool IsNestedFamORAssem { get; }
member this.IsNestedFamORAssem : bool
Public ReadOnly Property IsNestedFamORAssem As Boolean

Property Value

true if the Type is nested and visible only to classes that belong to its own family or to its own assembly; otherwise, false.

Remarks

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

The Type.IsNestedFamORAssem property gets a value indicating whether the Type is nested and visible only to classes that belong to either its own family or to its own assembly.

Applies to