다음을 통해 공유


MimeTypePropertyAttribute.DataPropertyName 속성

MimeTypePropertyAttribute의 이름을 가져옵니다.

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

구문

‘선언
Public ReadOnly Property DataPropertyName As String
    Get
‘사용 방법
Dim instance As MimeTypePropertyAttribute
Dim value As String

value = instance.DataPropertyName
public string DataPropertyName { get; }
public:
property String^ DataPropertyName {
    String^ get ();
}
member DataPropertyName : string
function get DataPropertyName () : String

속성 값

유형: System.String
속성 특성의 이름을 포함하는 문자열입니다.

참고 항목

참조

MimeTypePropertyAttribute 클래스

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