'Declaration<DefaultValueAttribute(False)> Public Property Encrypted As Boolean
'UsageDim instance As UAPubSubHeader Dim value As Boolean instance.Encrypted = value value = instance.Encrypted
[DefaultValue(false)] public bool Encrypted {get; set;}
[DefaultValue(false)] public: property bool Encrypted { bool get(); void set ( bool value); }