NonPublic Property (Serializer)
In This Topic
Returns or sets serialization of non-public properties. If true non-public properties are included, but are hidden by default. Public properties are always visible by default.
Syntax
'Declaration
Public Property NonPublic As Boolean
public bool NonPublic {get; set;}
See Also