Back to Devexpress

MediaDataObject.MediaDataKey Property

expressappframework-devexpress-dot-persistent-dot-baseimpl-dot-mediadataobject-643b09fc.md

latest1.4 KB
Original Source

MediaDataObject.MediaDataKey Property

Specifies a key value associated with the MediaDataObject.MediaData byte array.

Namespace : DevExpress.Persistent.BaseImpl

Assembly : DevExpress.Persistent.BaseImpl.Xpo.v25.2.dll

NuGet Package : DevExpress.Persistent.BaseImpl.Xpo

Declaration

csharp
[Browsable(false)]
public string MediaDataKey { get; set; }
vb
<Browsable(False)>
Public Property MediaDataKey As String

Property Value

TypeDescription
String

A string which is a key value.

|

Remarks

This value should not be changed from your code.

See Also

MediaDataObject Class

MediaDataObject Members

DevExpress.Persistent.BaseImpl Namespace