ChangeNotification.Entry Property

Gets or sets the change entry.

Namespace:  Microsoft.AspNet.Mvc.Facebook.Models
Assembly:  Microsoft.AspNet.Mvc.Facebook (in Microsoft.AspNet.Mvc.Facebook.dll)

Syntax

'Declaration
Public Property Entry As IEnumerable(Of ChangeEntry)
    Get 
    Set
'Usage
Dim instance As ChangeNotification 
Dim value As IEnumerable(Of ChangeEntry)

value = instance.Entry

instance.Entry = value
public IEnumerable<ChangeEntry> Entry { get; set; }
public:
property IEnumerable<ChangeEntry^>^ Entry {
    IEnumerable<ChangeEntry^>^ get ();
    void set (IEnumerable<ChangeEntry^>^ value);
}
member Entry : IEnumerable<ChangeEntry> with get, set
function get Entry () : IEnumerable<ChangeEntry>
function set Entry (value : IEnumerable<ChangeEntry>)

Property Value

Type: System.Collections.Generic.IEnumerable<ChangeEntry>
The change entry.

See Also

Reference

ChangeNotification Class

Microsoft.AspNet.Mvc.Facebook.Models Namespace