Visual Basic (Declaration)
Public Property Log As TextWriter
Dim instance As DataContext
Dim value As TextWriter
value = instance.Log
instance.Log = value
public TextWriter Log { get; set; }
public:
property TextWriter^ Log {
TextWriter^ get ();
void set (TextWriter^ value);
}
public function get Log () : TextWriter
public function set Log (value : TextWriter)
Property Value
Type:
System.IO..::.TextWriter The TextReader to use for writing the command.