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

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

Syntax

C#
public string QueryMethod { get; set; }
Visual Basic (Declaration)
Public Property QueryMethod As String
Visual C++
public:
property String^ QueryMethod {
	String^ get ();
	void set (String^ value);
}

See Also