MimeTypePropertyAttribute.MimeTypePropertyName 属性

获取 MimeTypePropertyAttribute 的 Mime 类型

命名空间:  System.Data.Services.Client
程序集:  Microsoft.Data.Services.Client(在 Microsoft.Data.Services.Client.dll 中)

语法

声明
Public ReadOnly Property MimeTypePropertyName As String
    Get
用法
Dim instance As MimeTypePropertyAttribute
Dim value As String

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

属性值

类型:System.String
包含属性特性的 Mime 类型的字符串。

请参阅

参考

MimeTypePropertyAttribute 类

System.Data.Services.Client 命名空间