| WebFormCallContentType Property  | 
Gets or sets the content type ("application/x-www-form-urlencoded" is the default).
 
Namespace: com.softwarekey.Client.WebServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual string ContentType { get; set; }Public Overridable Property ContentType As String
	Get
	Set
public:
virtual property String^ ContentType {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also