MimeTypePropertyAttribute Class
July 26, 2012
Annotates a property on a class that was annotated with the MediaEntryAttribute.
Namespace:
System.Data.Services.Client
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
The MimeTypePropertyAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DataPropertyName | Gets the name of the MimeTypePropertyAttribute. |
![]() | MimeTypePropertyName | Gets the Mime type of the MimeTypePropertyAttribute |
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.


