Share via


ImportOptions.GenerateInternal Propriété

Définition

Obtient ou définit une valeur qui spécifie si le code généré sera marqué comme étant interne ou public.

public:
 property bool GenerateInternal { bool get(); void set(bool value); };
public bool GenerateInternal { get; set; }
member this.GenerateInternal : bool with get, set
Public Property GenerateInternal As Boolean

Valeur de propriété

true si le code sera marqué comme étant internal ; sinon, false. La valeur par défaut est false.

S’applique à