getContentType

The getContentType and putContentType methods of the IResponse interface retrieve or set the value of the ContentType property, respectively.

Syntax

public abstract java.lang.String getContentType();
public abstract void putContentType(java.lang.String ContentType);

Return Value

Returns a string that contains the ContentType value.

Parameters

ContentType [in] A string that contains the new ContentType value.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.