OrganizationResponse.Results Property

 

Applies To: Dynamics CRM 2015

Gets the results of the request that was performed.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public ParameterCollection Results { get; set; }
public:
[DataMemberAttribute]
property ParameterCollection^ Results {
    ParameterCollection^ get();
    void set(ParameterCollection^ value);
}
[<DataMemberAttribute>]
member Results : ParameterCollection with get, set
<DataMemberAttribute>
Public Property Results As ParameterCollection

Property Value

Type: Microsoft.Xrm.Sdk.ParameterCollection

Type: ParameterCollection
The results of the request that was performed.

Remarks

If you are using a derived message class such as AssignResponse, the contents of this parameter collection are populated automatically to the properties of the response class.

See Also

OrganizationResponse Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright