EntityConflict.PropertyNames Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets a collection of the property names in conflict.

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Public ReadOnly Property PropertyNames As IEnumerable(Of String)
    Get
'Usage
Dim instance As EntityConflict
Dim value As IEnumerable(Of String)

value = instance.PropertyNames
public IEnumerable<string> PropertyNames { get; }
public:
property IEnumerable<String^>^ PropertyNames {
    IEnumerable<String^>^ get ();
}
member PropertyNames : IEnumerable<string>
function get PropertyNames () : IEnumerable<String>

Property Value

Type: System.Collections.Generic.IEnumerable<String>
A collection of the property names in conflict.

See Also

Reference

EntityConflict Class

System.ServiceModel.DomainServices.Client Namespace