MimeTypePropertyAttribute Class
Annotates a property on a class that has been annotated with the MediaEntryAttribute.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.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 |
![]() | TypeId | (Inherited from Attribute.) |
| Name | Description | |
|---|---|---|
![]() ![]() | _Attribute.GetIDsOfNames | (Inherited from Attribute.) |
![]() ![]() | _Attribute.GetTypeInfo | (Inherited from Attribute.) |
![]() ![]() | _Attribute.GetTypeInfoCount | (Inherited from Attribute.) |
![]() ![]() | _Attribute.Invoke | (Inherited from Attribute.) |
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 LoadProperty 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.
