FramingRecord.TypeFormat Property

Gets the format of the payload type.

Namespace: Microsoft.Web.Services3.Messaging.Framing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim framingRecord1 As FramingRecord

Dim returnValue As FramingTypeFormat
returnValue = framingRecord1.TypeFormat

Syntax

'Declaration
Public ReadOnly Property TypeFormat() As FramingTypeFormat
public FramingTypeFormat TypeFormat {get;}
public:
property FramingTypeFormat TypeFormat {
    FramingTypeFormat get();
}
public FramingTypeFormat get_TypeFormat();
public function get TypeFormat() : FramingTypeFormat;

Property Value

One of the .Web.Services3.Messaging.Framing.TypeFormat values specifying the format of the payload type.

Remarks

The TypeFormat property should be used to interpret the Type property. For example, if TypeFormat is MediaType, then a valid Type value would be "plain/text; charset=utf-8" or "image/jpeg".

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

FramingRecord Class
FramingRecord Members
Microsoft.Web.Services3.Messaging.Framing Namespace