SubmitCompletedResult.Results 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 the ChangeSetEntry results that were returned from the DomainService.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Results As IEnumerable(Of ChangeSetEntry)
Get
'Usage
Dim instance As SubmitCompletedResult
Dim value As IEnumerable(Of ChangeSetEntry)
value = instance.Results
public IEnumerable<ChangeSetEntry> Results { get; }
public:
property IEnumerable<ChangeSetEntry^>^ Results {
IEnumerable<ChangeSetEntry^>^ get ();
}
member Results : IEnumerable<ChangeSetEntry>
function get Results () : IEnumerable<ChangeSetEntry>
Property Value
Type: System.Collections.Generic.IEnumerable<ChangeSetEntry>
The ChangeSetEntry results that were returned from the DomainService.