Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.