This topic has not yet been rated - Rate this topic

MimeTypePropertyAttribute Class

July 26, 2012

Annotates a property on a class that was annotated with the MediaEntryAttribute.

System.Object
  System.Attribute
    System.Data.Services.Client.MimeTypePropertyAttribute

Namespace:  System.Data.Services.Client
Assembly:  System.Data.Services.Client (in System.Data.Services.Client.dll)
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class MimeTypePropertyAttribute : Attribute

The MimeTypePropertyAttribute type exposes the following members.

  NameDescription
Public methodMimeTypePropertyAttributeCreates a new instance of the MimeTypePropertyAttribute.
Top
  NameDescription
Public propertyDataPropertyNameGets the name of the MimeTypePropertyAttribute.
Public propertyMimeTypePropertyNameGets the Mime type of the MimeTypePropertyAttribute
Top
  NameDescription
Public methodEquals (Inherited from Attribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

The MimeTypePropertyAttribute takes the name of the property that holds the mime type to associate with the property specified in the MediaEntryAttribute. The property specified is automatically set to the mime type of data when a media resource associated with the media link entry is delay-loaded by the BeginLoadProperty method.

The system also reads the mime type from this property and uses it to set the Content-Type header in a POST request for a media link entry. A media link entry is an AtomPub protocol construct for handling binary data and metadata.

Windows Phone OS

Supported in: 7.1

Windows Phone

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.