public OutputAdapterCollection OutputAdapters { get; set; }
Public Property OutputAdapters As OutputAdapterCollection
Get
Set
public:
property OutputAdapterCollection^ OutputAdapters {
OutputAdapterCollection^ get ();
void set (OutputAdapterCollection^ value);
}
function get_OutputAdapters();
function set_OutputAdapters(value);