Dart.Emulation Namespace > Vt Class : PrintPassThrough Property |
<DefaultValueAttribute()> Public Property PrintPassThrough As Boolean
Dim instance As Vt Dim value As Boolean instance.PrintPassThrough = value value = instance.PrintPassThrough
[DefaultValue()] public bool PrintPassThrough {get; set;}
[DefaultValue()] public: __property bool get_PrintPassThrough(); public: __property void set_PrintPassThrough( bool value );
[DefaultValue()] public: property bool PrintPassThrough { bool get(); void set ( bool value); }