Gets or sets content type data.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ContentType As ContentType |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As TransformInfo
Dim value As ContentType
instance.ContentType = value
value = instance.ContentType |
Delphi | |
---|
public read-write property ContentType: ContentType; |
JScript | |
---|
public function get,set ContentType : ContentType |
Managed Extensions for C++ | |
---|
public: __property ContentType get_ContentType();
public: __property void set_ContentType(
ContentType value
); |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also