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 类型的字符串。

适用于