ClassData.IsPublic Property

Definition

Gets or sets whether the class data is a public class.

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 of the class data is a public class; otherwise, false.

Applies to