C-DEngine 5.105

TheRequestData..::..PostDataLength Property

An integer value indicating the length of the data in the PostData array.

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int PostDataLength { get; set; }
Public Property PostDataLength As Integer
	Get
	Set
public:
property int^ PostDataLength {
	int^ get ();
	void set (int^ value);
}