Share via


AtomLinkMetadata.MediaType Property

Gets or sets the media type of the data returned by the link.

Namespace:  Microsoft.Data.OData.Atom
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Property MediaType As String 
    Get 
    Set
'Usage
Dim instance As AtomLinkMetadata 
Dim value As String 

value = instance.MediaType

instance.MediaType = value
public string MediaType { get; set; }
public:
property String^ MediaType {
    String^ get ();
    void set (String^ value);
}
member MediaType : string with get, set
function get MediaType () : String 
function set MediaType (value : String)

Property Value

Type: System.String
The media type of the data returned by the link.

See Also

Reference

AtomLinkMetadata Class

Microsoft.Data.OData.Atom Namespace