Share via


MimeTypePropertyAttribute(String, String) Constructor

Definition

Creates a new instance of the MimeTypePropertyAttribute.

public MimeTypePropertyAttribute (string dataPropertyName, string mimeTypePropertyName);
new Microsoft.OData.Client.MimeTypePropertyAttribute : string * string -> Microsoft.OData.Client.MimeTypePropertyAttribute
Public Sub New (dataPropertyName As String, mimeTypePropertyName As String)

Parameters

dataPropertyName
String

A string that contains the name of the new property attribute.

mimeTypePropertyName
String

A string that contains the Mime type of the new property attribute.

Applies to