Share via


AtomResourceCollectionMetadata.Accept Property

Gets or sets the accept range of media types for this collection.

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

Syntax

'Declaration
Public Property Accept As String 
    Get 
    Set
'Usage
Dim instance As AtomResourceCollectionMetadata 
Dim value As String 

value = instance.Accept

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

Property Value

Type: System.String
The accept range of media types for this collection.

See Also

Reference

AtomResourceCollectionMetadata Class

Microsoft.Data.OData.Atom Namespace