OrganizationRequest.Parameters Property
Applies To: Dynamics CRM 2015
Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public ParameterCollection Parameters { get; set; }
public:
[DataMemberAttribute]
property ParameterCollection^ Parameters {
ParameterCollection^ get();
void set(ParameterCollection^ value);
}
[<DataMemberAttribute>]
member Parameters : ParameterCollection with get, set
<DataMemberAttribute>
Public Property Parameters As ParameterCollection
Property Value
Type: Microsoft.Xrm.Sdk.ParameterCollection
Type: ParameterCollection
The collection of parameters for the request. Required, but is supplied by derived classes.
Remarks
The parameters collection is populated automatically if you are using a derived message class such as AssignRequest. Otherwise you must populate the collection with the parameters required for the message.
See Also
OrganizationRequest Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright