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