ChangeEntry.ChangedFields Property

Gets or sets the changed fields.

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

Syntax

'Declaration
<JsonPropertyAttribute("Changed_Fields")> _
Public Property ChangedFields As IEnumerable(Of String)
    Get 
    Set
'Usage
Dim instance As ChangeEntry 
Dim value As IEnumerable(Of String)

value = instance.ChangedFields

instance.ChangedFields = value
[JsonPropertyAttribute("Changed_Fields")]
public IEnumerable<string> ChangedFields { get; set; }
[JsonPropertyAttribute(L"Changed_Fields")]
public:
property IEnumerable<String^>^ ChangedFields {
    IEnumerable<String^>^ get ();
    void set (IEnumerable<String^>^ value);
}
[<JsonPropertyAttribute("Changed_Fields")>]
member ChangedFields : IEnumerable<string> with get, set
function get ChangedFields () : IEnumerable<String>
function set ChangedFields (value : IEnumerable<String>)

Property Value

Type: System.Collections.Generic.IEnumerable<String>

See Also

Reference

ChangeEntry Class

Microsoft.AspNet.Mvc.Facebook.Models Namespace