ImportOptions.GenerateInternal Property

Definition

Gets or sets a value that specifies whether generated code will be marked internal or 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

Property Value

true if the code will be marked internal; otherwise, false. The default is false.

Applies to