Gets or sets the document maximum post date

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public DateTime PostedMax { get; set; }
Visual Basic (Declaration)
Public Property PostedMax As DateTime
Visual C++
public:
property DateTime PostedMax {
	DateTime get ();
	void set (DateTime value);
}

See Also