IgnoreAllPrivateAttributes Property
If set to true, any Private attribute will be skipped. Default value is false
public System.bool IgnoreAllPrivateAttributes {get; set;}
public read-write property IgnoreAllPrivateAttributes: System.Boolean;
public function get,set IgnoreAllPrivateAttributes : System.boolean
public: __property System.bool get_IgnoreAllPrivateAttributes();
public: __property void set_IgnoreAllPrivateAttributes(
System.bool value
);
public:
property System.bool IgnoreAllPrivateAttributes {
System.bool get();
void set ( System.bool value);
}
'Declaration
Public Property IgnoreAllPrivateAttributes As System.Boolean
'Usage
Dim instance As ReadBehaviours
Dim value As System.Boolean
instance.IgnoreAllPrivateAttributes = value
value = instance.IgnoreAllPrivateAttributes
Target Platforms: .NET CLR 4.8 or higher