FramingRecord.Type Property
Gets the type of data in the payload of the framed record.
Namespace: Microsoft.Web.Services3.Messaging.Framing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim framingRecord1 As FramingRecord
Dim returnValue As String
returnValue = framingRecord1.Type
Syntax
'Declaration
Public ReadOnly Property Type() As String
public string Type {get;}
public:
property String^ Type {
String^ get();
}
public System.String get_Type();
public function get Type() : String;
Property Value
The type of data in the payload.
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