[Missing <summary> documentation for "P:HS.Sys.TheEnterprise.Common.Wrecks.RetsFeed.QueryList"]

Namespace:  HS.Sys.TheEnterprise.Common.Wrecks
Assembly:  Wrecks (in Wrecks.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public List<RetsQuery> QueryList { get; set; }
Visual Basic (Declaration)
Public Property QueryList As List(Of RetsQuery)
Visual C++
public:
property List<RetsQuery^>^ QueryList {
	List<RetsQuery^>^ get ();
	void set (List<RetsQuery^>^ value);
}

See Also