MediaEntryAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class marks a type that represents an Astoria client entity such that the Astoria client will treat it as a media entry according to ATOM's "media link entry" concept.
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class MediaEntryAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type MediaEntryAttribute = class
inherit Attribute
Public NotInheritable Class MediaEntryAttribute
Inherits Attribute
- Inheritance
-
MediaEntryAttribute
- Attributes
Constructors
MediaEntryAttribute(String) |
Creates a new instance of MediaEntryAttribute. |
Properties
MediaMemberName |
The name of the property on the class that holds the media, usually binary data. |