다음을 통해 공유


MimeTypePropertyAttribute 생성자

MimeTypePropertyAttribute의 새 인스턴스를 만듭니다.

네임스페이스:  System.Data.Services.Client
어셈블리:  Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)

구문

‘선언
Public Sub New ( _
    dataPropertyName As String, _
    mimeTypePropertyName As String _
)
‘사용 방법
Dim dataPropertyName As String
Dim mimeTypePropertyName As String

Dim instance As New MimeTypePropertyAttribute(dataPropertyName, _
    mimeTypePropertyName)
public MimeTypePropertyAttribute(
    string dataPropertyName,
    string mimeTypePropertyName
)
public:
MimeTypePropertyAttribute(
    String^ dataPropertyName, 
    String^ mimeTypePropertyName
)
new : 
        dataPropertyName:string * 
        mimeTypePropertyName:string -> MimeTypePropertyAttribute
public function MimeTypePropertyAttribute(
    dataPropertyName : String, 
    mimeTypePropertyName : String
)

매개 변수

  • dataPropertyName
    유형: System.String
    새 속성 특성의 이름을 포함하는 문자열입니다.
  • mimeTypePropertyName
    유형: System.String
    새 속성 특성의 MIME 형식을 포함하는 문자열입니다.

참고 항목

참조

MimeTypePropertyAttribute 클래스

System.Data.Services.Client 네임스페이스