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 형식을 포함하는 문자열입니다.

적용 대상