MediaEntryAttribute.MediaMemberName 属性
定义
包含媒体数据(通常为二进制数据)的类上的属性的名称。The name of the property on the class that holds the media, usually binary data.
public:
property System::String ^ MediaMemberName { System::String ^ get(); };
public string MediaMemberName { get; }
member this.MediaMemberName : string
Public ReadOnly Property MediaMemberName As String
属性值
标识包含媒体数据的属性的字符串值。A string value that identifies the property that holds media data.