Share via


VirtualTypeBuilder.IsPublic Property

Definition

Gets or sets a value indicating whether the resulting virtual type has the public access modifier.

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

Property Value

true if the access modifier for the virtual type is public; otherwise, false.

Applies to