MediaEntryAttribute Class

Definition

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.

Applies to