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 命名空间