MimeTypePropertyAttribute(String, String) Constructor

Definition

Creates a new instance of the MimeTypePropertyAttribute.

public:
 MimeTypePropertyAttribute(System::String ^ dataPropertyName, System::String ^ mimeTypePropertyName);
public MimeTypePropertyAttribute (string dataPropertyName, string mimeTypePropertyName);
new System.Data.Services.Client.MimeTypePropertyAttribute : string * string -> System.Data.Services.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