ChangeSetEntry.ConflictMembers 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 or sets the collection of members that are in conflict.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ConflictMembers As IEnumerable(Of String)
Get
Set
'Usage
Dim instance As ChangeSetEntry
Dim value As IEnumerable(Of String)
value = instance.ConflictMembers
instance.ConflictMembers = value
[DataMemberAttribute(EmitDefaultValue = false)]
public IEnumerable<string> ConflictMembers { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property IEnumerable<String^>^ ConflictMembers {
IEnumerable<String^>^ get ();
void set (IEnumerable<String^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ConflictMembers : IEnumerable<string> with get, set
function get ConflictMembers () : IEnumerable<String>
function set ConflictMembers (value : IEnumerable<String>)
Property Value
Type: System.Collections.Generic.IEnumerable<String>
The collection of members that are in conflict.
Remarks
The StoreEntity property contains the current store value for each property.