次の方法で共有


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 名前空間