MimeTypePropertyAttribute(String, String) Конструктор

Определение

Создает новый экземпляр класса 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)

Параметры

dataPropertyName
String

Строка, содержащая новый атрибут свойства.

mimeTypePropertyName
String

Строка, содержащая тип Mime нового атрибута свойства.

Применяется к