[DefaultValue()] [XmlAttribute()] public virtual bool Published {get; set;}
public read-write property Published: Boolean; virtual;
DefaultValueAttribute() XmlAttributeAttribute() public function get,set Published : boolean
[DefaultValue()] [XmlAttribute()] public: __property virtual bool get_Published(); public: __property virtual void set_Published( bool value );
[DefaultValue()] [XmlAttribute()] public: virtual property bool Published { bool get(); void set ( bool value); }
'Declaration
<DefaultValueAttribute()> <XmlAttributeAttribute()> Public Overridable Property Published As Boolean
Property Value
true
if published; otherwise, false
.