'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Overridable Property ExternalEngineType As ExternalEngineType
'Usage
Dim instance As ReportTemplate Dim value As ExternalEngineType instance.ExternalEngineType = value value = instance.ExternalEngineType
[XmlAttribute()] [DefaultValue()] public virtual ExternalEngineType ExternalEngineType {get; set;}
public read-write property ExternalEngineType: ExternalEngineType; virtual;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set ExternalEngineType : ExternalEngineType
[XmlAttribute()] [DefaultValue()] public: __property virtual ExternalEngineType get_ExternalEngineType(); public: __property virtual void set_ExternalEngineType( ExternalEngineType value );
[XmlAttribute()] [DefaultValue()] public: virtual property ExternalEngineType ExternalEngineType { ExternalEngineType get(); void set ( ExternalEngineType value); }