ResourceType.IsMediaLinkEntry Property

Gets or sets a Boolean value that is true if the resource type includes a default stream.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Property IsMediaLinkEntry As Boolean 
    Get 
    Set
'Usage
Dim instance As ResourceType 
Dim value As Boolean 

value = instance.IsMediaLinkEntry

instance.IsMediaLinkEntry = value
public bool IsMediaLinkEntry { get; set; }
public:
property bool IsMediaLinkEntry {
    bool get ();
    void set (bool value);
}
member IsMediaLinkEntry : bool with get, set
function get IsMediaLinkEntry () : boolean 
function set IsMediaLinkEntry (value : boolean)

Property Value

Type: System.Boolean
true if the resource type includes a default stream; otherwise, false.

See Also

Reference

ResourceType Class

System.Data.Services.Providers Namespace