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 の種類を含む文字列。

適用対象