OrganizationRequest.Parameters Property

Definition

Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes.

public:
 property Microsoft::Xrm::Sdk::ParameterCollection ^ Parameters { Microsoft::Xrm::Sdk::ParameterCollection ^ get(); void set(Microsoft::Xrm::Sdk::ParameterCollection ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.ParameterCollection Parameters { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Parameters : Microsoft.Xrm.Sdk.ParameterCollection with get, set
Public Property Parameters As ParameterCollection

Property Value

The collection of parameters for the request. Required, but is supplied by derived classes.

Attributes

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.

Applies to