ChangeSetEntry.Operation 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 EntityOperationType for this change set.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Operation As EntityOperationType
Get
Set
'Usage
Dim instance As ChangeSetEntry
Dim value As EntityOperationType
value = instance.Operation
instance.Operation = value
[DataMemberAttribute]
public EntityOperationType Operation { get; set; }
[DataMemberAttribute]
public:
property EntityOperationType Operation {
EntityOperationType get ();
void set (EntityOperationType value);
}
[<DataMemberAttribute>]
member Operation : EntityOperationType with get, set
function get Operation () : EntityOperationType
function set Operation (value : EntityOperationType)
Property Value
Type: System.ServiceModel.DomainServices.Client.EntityOperationType
The EntityOperationType for this change set.