TypeFormat Enumeration

Specifies the possible formats for record payload types.

This enumeration has a attribute that allows a bitwise combination of its member values.

Namespace: Microsoft.Web.Services2.Dime
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim typeFormat1 As TypeFormat = TypeFormat.AbsoluteUri

Syntax

'Declaration
<FlagsAttribute()> _
Public Enum TypeFormat
[FlagsAttribute()]
public enum TypeFormat
[FlagsAttribute()]
public enum class TypeFormat
/** @attribute FlagsAttribute()*/
public enum TypeFormat
public 
    FlagsAttribute()
enum TypeFormat

Members

Member name Description
AbsoluteUri An absolute URI.
MediaType A media type format.
None No format is specified.
Unchanged The same as the format for the preceding record.
Unknown The format is not known.

Remarks

The formats defined here are used by the DimeAttachment and DimeRecord classes.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

Microsoft.Web.Services2.Dime Namespace